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

/build/make/tools/
H A Dwarn.py93 action='store_true', variable
97 action='store_true', variable
/build/tools/
H A Dwarn.py93 action='store_true', variable
97 action='store_true', variable
/build/make/tools/makeparallel/
H A Dmakeparallel.cpp190 struct sigaction action = {}; local
191 action.sa_flags = SA_SIGINFO,
192 action.sa_sigaction = [](int, siginfo_t*, void*) {
196 int ret = sigaction(SIGALRM, &action, &oldaction);
363 struct sigaction action = {}; local
364 action.sa_flags = SA_RESTART;
365 action.sa_handler = [](int signal) {
372 if (!ret) ret = sigaction(SIGHUP, &action, NULL);
373 if (!ret) ret = sigaction(SIGINT, &action, NULL);
374 if (!ret) ret = sigaction(SIGQUIT, &action, NUL
[all...]
/build/tools/makeparallel/
H A Dmakeparallel.cpp190 struct sigaction action = {}; local
191 action.sa_flags = SA_SIGINFO,
192 action.sa_sigaction = [](int, siginfo_t*, void*) {
196 int ret = sigaction(SIGALRM, &action, &oldaction);
363 struct sigaction action = {}; local
364 action.sa_flags = SA_RESTART;
365 action.sa_handler = [](int signal) {
372 if (!ret) ret = sigaction(SIGHUP, &action, NULL);
373 if (!ret) ret = sigaction(SIGINT, &action, NULL);
374 if (!ret) ret = sigaction(SIGQUIT, &action, NUL
[all...]

Completed in 101 milliseconds