Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c10470 sigset_t cur_set; in _syscall2() local
10472 ret = do_sigprocmask(0, NULL, &cur_set); in _syscall2()
10474 host_to_target_old_sigset(&target_set, &cur_set); in _syscall2()