Home
last modified time | relevance | path

Searched defs:sigpending (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/signal/
Dsigpending.c4 int sigpending(sigset_t *set) in sigpending() function
/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill02.c20 const struct rlimit sigpending = { in thread_func() local
/third_party/python/Lib/
Dsignal.py75 def sigpending(): function