Searched refs:act (Results 1 – 7 of 7) sorted by relevance
/tools/perf/bench/ |
D | futex-wake.c | 113 struct sigaction act; in bench_futex_wake() local 124 sigfillset(&act.sa_mask); in bench_futex_wake() 125 act.sa_sigaction = toggle_done; in bench_futex_wake() 126 sigaction(SIGINT, &act, NULL); in bench_futex_wake()
|
D | futex-requeue.c | 112 struct sigaction act; in bench_futex_requeue() local 121 sigfillset(&act.sa_mask); in bench_futex_requeue() 122 act.sa_sigaction = toggle_done; in bench_futex_requeue() 123 sigaction(SIGINT, &act, NULL); in bench_futex_requeue()
|
D | futex-hash.c | 114 struct sigaction act; in bench_futex_hash() local 127 sigfillset(&act.sa_mask); in bench_futex_hash() 128 act.sa_sigaction = toggle_done; in bench_futex_hash() 129 sigaction(SIGINT, &act, NULL); in bench_futex_hash()
|
/tools/usb/usbip/src/ |
D | usbipd.c | 448 struct sigaction act; in set_signal() local 450 memset(&act, 0, sizeof(act)); in set_signal() 451 act.sa_handler = signal_handler; in set_signal() 452 sigemptyset(&act.sa_mask); in set_signal() 453 sigaction(SIGTERM, &act, NULL); in set_signal() 454 sigaction(SIGINT, &act, NULL); in set_signal() 455 act.sa_handler = SIG_IGN; in set_signal() 456 sigaction(SIGCLD, &act, NULL); in set_signal()
|
/tools/perf/ |
D | builtin-top.c | 460 struct sigaction act = { in perf_top__handle_keypress() local 465 sigaction(SIGWINCH, &act, NULL); in perf_top__handle_keypress() 1258 struct sigaction act = { in cmd_top() local 1263 sigaction(SIGWINCH, &act, NULL); in cmd_top()
|
/tools/perf/util/ |
D | evlist.c | 1313 struct sigaction act = { in perf_evlist__prepare_workload() local 1317 sigaction(SIGUSR1, &act, NULL); in perf_evlist__prepare_workload()
|
/tools/usb/usbip/ |
D | COPYING | 73 covered by this License; they are outside its scope. The act of 87 You may charge a fee for the physical act of transferring a copy, and
|