Searched refs:spawnNewThread (Results 1 – 5 of 5) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | transport.c | 494 error = spawnNewThread(func, (void*)info, threadName); in transport_startTransport() 543 err = spawnNewThread(func, (void*)trans, threadName); in transport_startTransport()
|
D | debugLoop.c | 102 (void)spawnNewThread(func, NULL, "JDWP Command Reader"); in debugLoop_run()
|
D | util.h | 335 jvmtiError spawnNewThread(jvmtiStartFunction func, void *arg, char *name);
|
D | eventHelper.c | 731 (void)spawnNewThread(func, NULL, "JDWP Event Helper Thread"); in eventHelper_initialize()
|
D | util.c | 873 spawnNewThread(jvmtiStartFunction func, void *arg, char *name) in spawnNewThread() function
|