Searched defs:old_set (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-exec.c945 write caused the exception and otherwise 0'. 'old_set' is the
948 int is_write, sigset_t *old_set,
958 pc, address, is_write, *(unsigned long *)old_set);
981 sigprocmask(SIG_SETMASK, old_set, NULL);
947 handle_cpu_signal(uintptr_t pc, uintptr_t address, int is_write, sigset_t *old_set, void *puc) argument

Completed in 47 milliseconds