Searched refs:start_set (Results 1 – 2 of 2) sorted by relevance
/external/strace/ |
D | strace.c | 172 static sigset_t start_set, blocked_set; variable 1135 sigprocmask(SIG_SETMASK, &start_set, NULL); in startup_attach() 1153 sigprocmask(SIG_SETMASK, &start_set, NULL); in startup_attach() 1788 sigprocmask(SIG_SETMASK, NULL, &start_set); in init() 1789 memcpy(&blocked_set, &start_set, sizeof(blocked_set)); in init() 2256 sigprocmask(SIG_SETMASK, &start_set, NULL); in next_event()
|
D | ChangeLog | 8631 * strace.c (empty_set): Rename to start_set. All users changed. 8632 (init): Initialize start_set and blocked_set to the set of currently
|