Searched refs:xthread_fork (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
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 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
|