Home
last modified time | relevance | path

Searched defs:oldset (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/include/lapi/
Dsafe_rt_signal.h38 sigset_t *oldset, size_t sigsetsize) in safe_rt_sigprocmask()
56 #define SAFE_RT_SIGPROCMASK(how, set, oldset, sigsetsize) \ argument
/third_party/musl/porting/liteos_a/user/src/signal/
Dsigsuspend.c7 sigset_t oldset; in sigsuspend() local
/third_party/musl/libc-test/src/functional/
Dsetjmp.c13 volatile sigset_t oldset; in main() local
/third_party/musl/src/misc/
Dforkpty.c13 sigset_t set, oldset; in forkpty() local
/third_party/nghttp2/src/
Dshrpx_exec.cc66 sigset_t oldset; in exec_read_command() local
Dshrpx_signal.cc36 int shrpx_signal_block_all(sigset_t *oldset) { in shrpx_signal_block_all()
Dshrpx.cc512 sigset_t oldset; in exec_binary() local
1509 sigset_t oldset; in fork_worker_process() local
/third_party/libxml2/
Dxpointer.c892 xmlNodeSetPtr oldset; in xmlXPtrGetChildNo() local
1768 xmlLocationSetPtr oldset = NULL; in xmlXPtrStartPointFunction() local
1864 xmlLocationSetPtr oldset = NULL; in xmlXPtrEndPointFunction() local
2015 xmlLocationSetPtr oldset; in xmlXPtrRangeFunction() local
2169 xmlLocationSetPtr oldset; in xmlXPtrRangeInsideFunction() local
2700 xmlLocationSetPtr oldset; in xmlXPtrStringRangeFunction() local
2859 xmlLocationSetPtr oldset; in xmlXPtrEvalRangePredicate() local
Dxpath.c13380 xmlNodeSetPtr oldset; in xmlXPathCompOpEval() local
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl33.c50 static sigset_t newset, oldset; variable
Dfcntl31.c67 static sigset_t newset, oldset; variable
/third_party/libuv/src/unix/
Dinternal.h87 # define pthread_sigmask(how, set, oldset) uv__pthread_sigmask(how, set, oldset) argument
/third_party/libfuse/lib/
Dfuse_loop_mt.c193 sigset_t oldset; in fuse_start_thread() local
/third_party/ltp/lib/
Dtst_safe_macros.c298 int how, sigset_t *set, sigset_t *oldset) in safe_sigprocmask()
/third_party/ltp/include/
Dtst_safe_macros.h498 #define SAFE_SIGPROCMASK(how, set, oldset) \ argument