Searched refs:thr_self (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | flockfile.c | 85 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 D | solaris.c | 551 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 D | unixware.c | 500 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 D | reentrant.h | 220 #define thr_self() __libc_thr_self() macro 262 #define thr_self()
|
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xthreads.h | 74 # define xthread_self thr_self 201 # define xthread_self thr_self
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _solaris.h | 331 #define THR_SELF thr_self
|
Completed in 229 milliseconds