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

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXthreads.h47 # define xthread_fork(func,closure) cthread_fork(func,closure) macro
76 # define xthread_fork(func,closure) thr_create(NULL,0,func,closure,THR_NEW_LWP|THR_DETACHED,NULL) macro
112 # define xthread_fork(func,closure) { \ macro
172 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ macro
202 # define xthread_fork(func,closure) { thr_t _tmpxthr; \ macro
238 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ macro
247 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ macro

Completed in 43 milliseconds