Searched refs:oldset (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/trace/ |
| H A D | simple.c | 395 sigset_t set, oldset; in trace_thread_create() local 398 pthread_sigmask(SIG_SETMASK, &set, &oldset); in trace_thread_create() 404 pthread_sigmask(SIG_SETMASK, &oldset, NULL); in trace_thread_create()
|
| /openbmc/qemu/util/ |
| H A D | qemu-thread-posix.c | 405 sigset_t set, oldset; in qemu_thread_create() local 426 pthread_sigmask(SIG_SETMASK, &set, &oldset); in qemu_thread_create() 439 pthread_sigmask(SIG_SETMASK, &oldset, NULL); in qemu_thread_create()
|
| H A D | oslib-posix.c | 380 sigset_t set, oldset; in do_touch_pages() 397 pthread_sigmask(SIG_UNBLOCK, &set, &oldset); in do_touch_pages() 419 pthread_sigmask(SIG_SETMASK, &oldset, NULL); in do_madv_populate_write_pages() 373 sigset_t set, oldset; do_touch_pages() local
|