OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
223
#define
thr_create
(tp, ta, f, a) __libc_thr_create((tp), (ta), (f), (a))
macro
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c
903
thr_create
(NULL, THREAD_STACK_SIZE,
/external/openssl/crypto/threads/
mttest.c
903
thr_create
(NULL, THREAD_STACK_SIZE,
Completed in 940 milliseconds