HomeSort by: relevance | last modified time | path
    Searched refs:xthread_fork (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/
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
  /xsrc/external/mit/ico/dist/
ico.c 1323 xthread_fork(do_ico_window, closure);

Completed in 10 milliseconds