Searched defs:java_start (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp986 static void *java_start(Thread *thread) { function
1137 int ret = pthread_create(&tid, &attr, (void* (*)(void*)) java_start, thread);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp833 static void *java_start(Thread *thread) { function
961 int ret = pthread_create(&tid, &attr, (void* (*)(void*)) java_start, thread);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1016 extern "C" void* java_start(void* thread_addr) { function
1334 status = thr_create(NULL, stack_size, java_start, thread, flags, &tid);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp391 static unsigned __stdcall java_start(Thread* thread) { function
580 (unsigned (__stdcall *)(void*)) java_start,
590 (unsigned (__stdcall *)(void*)) java_start,

Completed in 105 milliseconds