OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ITIMER_MONOTONIC
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libpthread/
t_thrd.c
205
ATF_REQUIRE_EQ(setitimer(
ITIMER_MONOTONIC
, &timer, NULL), 0);
/src/sys/kern/
kern_time.c
109
CTASSERT(
ITIMER_MONOTONIC
== CLOCK_MONOTONIC);
1023
* 2 is ITIMER_PROF, and element 3 is
ITIMER_MONOTONIC
. The rest may be
1569
if ((u_int)which >
ITIMER_MONOTONIC
)
1634
if ((u_int)which >
ITIMER_MONOTONIC
)
1671
case
ITIMER_MONOTONIC
:
1710
case
ITIMER_MONOTONIC
:
/src/sys/sys/
time.h
285
#define
ITIMER_MONOTONIC
3
/src/tests/kernel/
t_signal_and_sp.c
583
RL(setitimer(
ITIMER_MONOTONIC
, &itv, NULL));
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025