OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGPROF
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
signal.h
79
#define
SIGPROF
27 /* profiling time alarm */
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
2489
ASSERT_EQ(signo,
SIGPROF
);
2512
sigaction(
SIGPROF
, 0, &origact);
2516
sigaction(
SIGPROF
, &act, 0);
2518
kill(getpid(),
SIGPROF
);
2522
sigaction(
SIGPROF
, &act, 0);
2526
sigaction(
SIGPROF
, &act, &oldact);
2529
kill(getpid(),
SIGPROF
);
2533
sigaction(
SIGPROF
, &act, &oldact);
2536
kill(getpid(),
SIGPROF
);
2540
sigaction(
SIGPROF
, &act, &oldact)
[
all
...]
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026