HomeSort by relevance Sort by last modified time
    Searched refs:thr_create (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h 79 #define xthread_fork(func,closure) thr_create(NULL,0,func,closure,THR_NEW_LWP|THR_DETACHED,NULL)
207 thr_create(&_tmpxthr,NULL,func,closure); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 79 #define xthread_fork(func,closure) thr_create(NULL,0,func,closure,THR_NEW_LWP|THR_DETACHED,NULL)
207 thr_create(&_tmpxthr,NULL,func,closure); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xthreads.h 79 #define xthread_fork(func,closure) thr_create(NULL,0,func,closure,THR_NEW_LWP|THR_DETACHED,NULL)
207 thr_create(&_tmpxthr,NULL,func,closure); }
  /bionic/libc/netbsd/net/
reentrant.h 222 #define thr_create(tp, ta, f, a) __libc_thr_create((tp), (ta), (f), (a)) macro
  /external/openssl/crypto/threads/
mttest.c 903 thr_create(NULL, THREAD_STACK_SIZE,
  /external/quake/quake/src/WinQuake/
vid_sunxil.cpp 695 if (thr_create(NULL, NULL, update_thread, NULL, THR_NEW_LWP, NULL) != 0)
696 Sys_Error("VID: thr_create");

Completed in 201 milliseconds