Searched refs:thr_sigsetmask (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | unixware.c | 275 thr_sigsetmask(SIG_BLOCK, &set, &oldset); 287 thr_sigsetmask(SIG_SETMASK, &oldset, NULL); 297 thr_sigsetmask(SIG_SETMASK, &oldset, NULL);
|
H A D | solaris.c | 227 thr_sigsetmask(SIG_BLOCK, &set, &oldset); 249 thr_sigsetmask(SIG_SETMASK, &oldset, NULL); 258 thr_sigsetmask(SIG_SETMASK, &oldset, NULL);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/ |
H A D | reentrant.h | 219 #define thr_sigsetmask(f, n, o) __libc_thr_sigsetmask((f), (n), (o)) macro 261 #define thr_sigsetmask(f, n, o)
|
Completed in 230 milliseconds