Changeset 1475:7a96ca762dbb
- Timestamp:
- 08/28/10 14:24:40 (18 months ago)
- Branch:
- default
- Location:
- sources/include/libdodo
- Files:
-
- 2 edited
-
directives.h (modified) (1 diff)
-
pcExecutionThread.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sources/include/libdodo/directives.h
r1448 r1475 123 123 #define STRING_BUFFER_ALINGMENT 32 124 124 125 /** 126 * default thread stack size 127 */ 128 #define THREAD_STACK_SIZE 262144 129 125 130 #endif -
sources/include/libdodo/pcExecutionThread.h
r1468 r1475 64 64 short action, 65 65 bool detached = false, 66 unsigned long stackSize = 8388608);66 unsigned long stackSize = THREAD_STACK_SIZE); 67 67 68 68 #ifdef DL_EXT
Note: See TracChangeset
for help on using the changeset viewer.
