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 DXthreads.h76 # 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 Dreentrant.h222 #define thr_create(tp, ta, f, a) __libc_thr_create((tp), (ta), (f), (a)) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dattach.c275 rv = thr_create(NULL, 0, threadStartFunc, NULL, 0, &threadID);
H A Dforeign.c201 rv = thr_create(NULL, NULL, uithread_start, start_object, flags, &id);
H A Dprovider.c798 rv = thr_create(NULL, NULL, uithread_start, start_object, flags, &id);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunixware.c283 if (thr_create(NULL, thread->stack->stackSize,
H A Dsolaris.c245 if (thr_create(NULL, thread->stack->stackSize,

Completed in 1054 milliseconds