Searched defs:STACK_SIZE_PARAM_IS_A_RESERVATION (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c1339 #ifndef STACK_SIZE_PARAM_IS_A_RESERVATION
1340 #define STACK_SIZE_PARAM_IS_A_RESERVATION (0x10000) macro
1344 * STACK_SIZE_PARAM_IS_A_RESERVATION is what we want, but it's not
1354 STACK_SIZE_PARAM_IS_A_RESERVATION,
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c1147 #ifndef STACK_SIZE_PARAM_IS_A_RESERVATION
1148 #define STACK_SIZE_PARAM_IS_A_RESERVATION (0x10000) macro
1152 * STACK_SIZE_PARAM_IS_A_RESERVATION is what we want, but it's not
1162 STACK_SIZE_PARAM_IS_A_RESERVATION,
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp567 // Finally Windows XP added a new flag 'STACK_SIZE_PARAM_IS_A_RESERVATION'
573 #ifndef STACK_SIZE_PARAM_IS_A_RESERVATION
574 #define STACK_SIZE_PARAM_IS_A_RESERVATION (0x10000) macro
582 CREATE_SUSPENDED | STACK_SIZE_PARAM_IS_A_RESERVATION,
585 // perhaps STACK_SIZE_PARAM_IS_A_RESERVATION is not supported, try again

Completed in 55 milliseconds