Lines Matching defs:set
144 DFXLOGE("Failed to set cap data, errno(%{public}d)", errno);
153 DFXLOGE("Failed to change the ambient capability set, errno(%{public}d)", errno);
172 sigset_t set;
173 sigemptyset(&set);
175 sigaddset(&set, SIGCHAIN_DUMP_SIGNAL_LIST[i]);
178 sigaddset(&set, SIGCHAIN_CRASH_SIGNAL_LIST[i]);
180 sigprocmask(how, &set, NULL);
211 sigset_t set;
212 sigemptyset(&set);
213 sigaddset(&set, SIGALRM);
214 sigprocmask(SIG_UNBLOCK, &set, NULL);
236 DFXLOGE("Failed to set pipe buffer size, errno(%{public}d).", errno);
284 DFXLOGE("Failed to set dumpable, errno(%{public}d).", errno);
290 DFXLOGE("Failed to set ptracer, errno(%{public}d).", errno);
363 // set privilege for dump ourself