Searched refs:thr_create (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xthreads.h | 76 # define xthread_fork(func,closure) thr_create(NULL,0,func,closure,THR_NEW_LWP|THR_DETACHED,NULL) 204 thr_create(&_tmpxthr,NULL,func,closure); }
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/ |
H A D | reentrant.h | 222 #define thr_create(tp, ta, f, a) __libc_thr_create((tp), (ta), (f), (a)) macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | attach.c | 275 rv = thr_create(NULL, 0, threadStartFunc, NULL, 0, &threadID);
|
H A D | foreign.c | 201 rv = thr_create(NULL, NULL, uithread_start, start_object, flags, &id);
|
H A D | provider.c | 798 rv = thr_create(NULL, NULL, uithread_start, start_object, flags, &id);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | unixware.c | 283 if (thr_create(NULL, thread->stack->stackSize,
|
H A D | solaris.c | 245 if (thr_create(NULL, thread->stack->stackSize,
|
Completed in 422 milliseconds