Searched refs:SIGPROF (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/bsd/dev/dtrace/scripts/ |
| H A D | signal.d | 77 inline int SIGPROF = 27; variable 78 #pragma D binding "1.0" SIGPROF
|
| /xnu-11215/tests/ |
| H A D | setitimer.c | 238 rv = sigaction(SIGPROF, &sigact, NULL); 607 case SIGPROF: in alrm_handler() 650 (void)signal(SIGPROF, sigprof_received); 685 (void)signal(SIGPROF, sigprof_received); 741 (void)signal(SIGPROF, sigprof_received_usage);
|
| /xnu-11215/tests/workq/ |
| H A D | workq_sigprof.c | 58 T_ASSERT_POSIX_ZERO(sigaction(SIGPROF, &sa, NULL), NULL);
|
| /xnu-11215/bsd/sys/ |
| H A D | signal.h | 117 #define SIGPROF 27 /* profiling time alarm */ macro 579 #define workq_threadmask ((threadmask | sigcantmask | sigmask(SIGPROF)) & ~sigmask(SIGABRT))
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_sig.c | 3345 psignal_try_thread(p, thread, SIGPROF); in bsd_ast()
|