| 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
|