Searched refs:do_work (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-thrhandle.c42 do_work (void *data) function
87 pthread_create (&thrs[i], NULL, do_work, &thr_data[i]);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-thrhandle.c42 do_work (void *data) function
87 pthread_create (&thrs[i], NULL, do_work, &thr_data[i]);
/netbsd-current/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
H A Dmxv.c34 bool do_work = local_data->do_work; local
44 if (do_work)
H A Dmydefs.h38 bool do_work; member in struct:thread_arguments_data
H A Dmain.c105 thread_data_arguments[TID].do_work = false;
111 thread_data_arguments[TID].do_work = true;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/shutdown/
H A Dtests_shutdown.py29 def do_work(named_proc, resolver, rndc_cmd, kill_method, n_workers, n_queries): function
195 do_work(
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-thread.c115 static void do_work(void* arg) { function
182 r = uv_thread_create(&threads[i].thread_id, do_work, &threads[i]);

Completed in 102 milliseconds