Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
Dtransport.c494 error = spawnNewThread(func, (void*)info, threadName); in transport_startTransport()
543 err = spawnNewThread(func, (void*)trans, threadName); in transport_startTransport()
DdebugLoop.c102 (void)spawnNewThread(func, NULL, "JDWP Command Reader"); in debugLoop_run()
Dutil.h335 jvmtiError spawnNewThread(jvmtiStartFunction func, void *arg, char *name);
DeventHelper.c731 (void)spawnNewThread(func, NULL, "JDWP Event Helper Thread"); in eventHelper_initialize()
Dutil.c873 spawnNewThread(jvmtiStartFunction func, void *arg, char *name) in spawnNewThread() function