Searched refs:threadStackSize (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/bin/
H A Djava.h184 int ContinueInNewThread(InvocationFunctions* ifn, jlong threadStackSize,
188 int JVMInit(InvocationFunctions* ifn, jlong threadStackSize,
H A Djava.c162 static jlong threadStackSize = 0; /* stack size of the new thread */ variable
295 return JVMInit(&ifn, threadStackSize, argc, argv, mode, what, ret);
671 threadStackSize = tmp;
1444 (jlong)threadStackSize,
1830 ContinueInNewThread(InvocationFunctions* ifn, jlong threadStackSize, argument
1840 if (threadStackSize == 0) {
1846 threadStackSize = args1_1.javaStackSize;
1860 rslt = ContinueInNewThread0(JavaMain, threadStackSize, (void*)&args);
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c211 static jlong threadStackSize = 0; /* stack size of the new thread */ variable
370 if (threadStackSize == 0) {
376 threadStackSize = args1_1.javaStackSize;
389 return ContinueInNewThread(JavaMain, threadStackSize, (void*)&args);
873 threadStackSize = tmp;
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c1031 JVMInit(InvocationFunctions* ifn, jlong threadStackSize, argument
1056 return ContinueInNewThread(ifn, threadStackSize, argc, argv, mode, what, ret);
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c1038 JVMInit(InvocationFunctions* ifn, jlong threadStackSize, argument
1043 return ContinueInNewThread(ifn, threadStackSize, argc, argv, mode, what, ret);
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c1364 JVMInit(InvocationFunctions* ifn, jlong threadStackSize, argument
1369 return ContinueInNewThread(ifn, threadStackSize, argc, argv, mode, what, ret);

Completed in 51 milliseconds