Searched defs:xthread_fork (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xthreads.h | 47 # 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 113 # define xthread_fork(func,closure) { \ macro 173 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ macro 203 # define xthread_fork(func,closure) { thr_t _tmpxthr; \ macro 239 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ macro 248 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \ macro
|
Completed in 3 milliseconds