Home
last modified time | relevance | path

Searched refs:oldset (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/trace/
H A Dsimple.c395 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 Dqemu-thread-posix.c405 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 Doslib-posix.c380 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