Searched refs:thr_self (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dflockfile.c85 if (_LOCKOWNER(fp) == thr_self()) {
88 _LOCKOWNER(fp) = thr_self();
114 if (_LOCKOWNER(fp) == thr_self()) {
125 _LOCKOWNER(fp) = thr_self();
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dsolaris.c551 thr_getprio(thr_self(), &gcprio);
552 thr_setprio(thr_self(), 0x7fffffff);
564 thr_setprio(thr_self(), gcprio);
662 thr_getprio(thr_self(), &gcprio);
663 thr_setprio(thr_self(), 0x7fffffff);
735 thr_setprio(thr_self(), gcprio);
754 thr_setprio(thr_self(), gcprio);
H A Dunixware.c500 thr_getprio(thr_self(), &gcprio);
501 thr_setprio(thr_self(), 0x7fffffff);
512 thr_setprio(thr_self(), gcprio);
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dreentrant.h220 #define thr_self() __libc_thr_self() macro
262 #define thr_self()
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXthreads.h74 # define xthread_self thr_self
201 # define xthread_self thr_self
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_solaris.h331 #define THR_SELF thr_self

Completed in 229 milliseconds