OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thr_sigsetmask
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libc/rpc/
clnt_dg.c
112
thr_sigsetmask
(SIG_SETMASK, &(mask), NULL); \
178
thr_sigsetmask
(SIG_SETMASK, &newmask, &mask);
211
thr_sigsetmask
(SIG_SETMASK, &(mask), NULL);
294
thr_sigsetmask
(SIG_SETMASK, &(mask), NULL);
343
thr_sigsetmask
(SIG_SETMASK, &newmask, &mask);
534
thr_sigsetmask
(SIG_SETMASK, &newmask, &mask);
541
thr_sigsetmask
(SIG_SETMASK, &mask, NULL);
568
thr_sigsetmask
(SIG_SETMASK, &newmask, &mask);
708
thr_sigsetmask
(SIG_SETMASK, &newmask, &mask);
722
thr_sigsetmask
(SIG_SETMASK, &mask, NULL)
[
all
...]
clnt_vc.c
138
thr_sigsetmask
(SIG_SETMASK, &(mask), NULL); \
224
thr_sigsetmask
(SIG_SETMASK, &newmask, &mask);
272
thr_sigsetmask
(SIG_SETMASK, &(mask), NULL);
329
thr_sigsetmask
(SIG_SETMASK, &(mask), NULL);
369
thr_sigsetmask
(SIG_SETMASK, &newmask, &mask);
508
thr_sigsetmask
(SIG_SETMASK, &newmask, &mask);
518
thr_sigsetmask
(SIG_SETMASK, &(mask), NULL);
549
thr_sigsetmask
(SIG_SETMASK, &newmask, &mask);
666
thr_sigsetmask
(SIG_SETMASK, &newmask, &mask);
682
thr_sigsetmask
(SIG_SETMASK, &(mask), NULL)
[
all
...]
/src/lib/libc/gen/
pthread_atfork.c
178
thr_sigsetmask
(SIG_SETMASK, &mask, &omask);
237
thr_sigsetmask
(SIG_SETMASK, &omask, NULL);
/src/external/bsd/unbound/dist/util/
locks.c
64
if((err=
thr_sigsetmask
(SIG_SETMASK, &sigset, NULL)))
65
fatal_exit("
thr_sigsetmask
: %s", strerror(err));
90
if((err=
thr_sigsetmask
(SIG_UNBLOCK, &sigset, NULL)))
91
fatal_exit("
thr_sigsetmask
: %s", strerror(err));
/src/lib/libc/include/
reentrant.h
216
#define
thr_sigsetmask
(f, n, o) __libc_thr_sigsetmask((f), (n), (o))
macro
323
#define
thr_sigsetmask
(f, n, o) __nothing
/src/lib/libc/softfloat/
softfloat-specialize
101
thr_sigsetmask
(SIG_BLOCK, &sigmask, &osigmask);
120
* when we use
thr_sigsetmask
(SIG_SETMASK, ...) below,
176
thr_sigsetmask
(SIG_SETMASK, &osigmask, NULL);
/src/external/gpl3/binutils/dist/gprofng/libcollector/
dispatcher.c
691
__real_thr_sigsetmask = dlsym (dlflag, "
thr_sigsetmask
");
1023
/*------------------------------------------------------------
thr_sigsetmask
*/
1027
if (NULL_PTR (
thr_sigsetmask
))
1039
int ret = CALL_REAL (
thr_sigsetmask
)(how, lset, oset);
1282
int
thr_sigsetmask
(int, const sigset_t*, sigset_t*) __attribute__ ((weak, alias ("__collector_thr_sigsetmask")));
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
dispatcher.c
691
__real_thr_sigsetmask = dlsym (dlflag, "
thr_sigsetmask
");
1023
/*------------------------------------------------------------
thr_sigsetmask
*/
1027
if (NULL_PTR (
thr_sigsetmask
))
1039
int ret = CALL_REAL (
thr_sigsetmask
)(how, lset, oset);
1282
int
thr_sigsetmask
(int, const sigset_t*, sigset_t*) __attribute__ ((weak, alias ("__collector_thr_sigsetmask")));
Completed in 21 milliseconds
Indexes created Tue Aug 25 00:27:06 UTC 2026