OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ts_wait
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libpthread/
t_mutex.c
68
struct timespec
ts_wait
;
local in function:mutex_lock
69
ATF_REQUIRE(clock_gettime(CLOCK_REALTIME, &
ts_wait
) != -1);
70
timespecadd(&
ts_wait
, ts, &
ts_wait
);
72
return pthread_mutex_timedlock(m, &
ts_wait
);
t_mutex.c
68
struct timespec
ts_wait
;
local in function:mutex_lock
69
ATF_REQUIRE(clock_gettime(CLOCK_REALTIME, &
ts_wait
) != -1);
70
timespecadd(&
ts_wait
, ts, &
ts_wait
);
72
return pthread_mutex_timedlock(m, &
ts_wait
);
Completed in 25 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025