Searched refs:thread_entry (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dbenchmark-thread.c33 static void thread_entry(void* arg) { function
49 r = uv_thread_create(&tid, thread_entry, (void *) 42);
H A Dtest-thread.c144 static void thread_entry(void* arg) { function
154 r = uv_thread_create(&tid, thread_entry, (void *) 42);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dinterrupted-hand-call.c75 thread_entry (void *unused) function
142 pthread_create (&threads[i], NULL, thread_entry, NULL);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dinterrupted-hand-call.c75 thread_entry (void *unused) function
142 pthread_create (&threads[i], NULL, thread_entry, NULL);

Completed in 195 milliseconds