Searched refs:spawnNewThread (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DdebugLoop.c107 (void)spawnNewThread(func, NULL, "JDWP Command Reader");
H A Dtransport.c491 error = spawnNewThread(func, (void*)info, threadName);
540 err = spawnNewThread(func, (void*)trans, threadName);
H A Dutil.h311 jvmtiError spawnNewThread(jvmtiStartFunction func, void *arg, char *name);
H A DeventHelper.c731 (void)spawnNewThread(func, NULL, "JDWP Event Helper Thread");
H A Dutil.c844 spawnNewThread(jvmtiStartFunction func, void *arg, char *name) function

Completed in 62 milliseconds