OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clck
(Results
1 - 7
of
7
) sorted by relevancy
/src/tests/lib/libpthread/
t_condwait.c
54
clockid_t
clck
;
local in function:run
61
clck
= *(clockid_t *)param;
63
PTHREAD_REQUIRE(pthread_condattr_setclock(&attr,
clck
));
68
ATF_REQUIRE_EQ(clock_gettime(
clck
, &ts), 0);
80
ATF_REQUIRE_EQ(clock_gettime(
clck
, &te), 0);
88
if (
clck
== CLOCK_MONOTONIC)
104
cond_wait(clockid_t
clck
, const char *msg) {
109
ATF_REQUIRE_EQ(pthread_create(&child, NULL, run, &
clck
), 0);
/src/games/atc/
extern.c
62
int
clck
, safe_planes, test_mode;
variable in typeref:typename:int
extern.h
52
extern int
clck
, safe_planes, test_mode;
update.c
80
clck
++;
100
if (pp->plane_type == 0 &&
clck
& 1)
log.c
217
thisscore.time =
clck
;
graphics.c
343
(void)wprintw(planes, "Time: %-4d Safe: %d",
clck
, safe_planes);
/src/lib/libpthread/
pthread_cond.c
340
pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t
clck
)
346
switch (
clck
) {
353
*(clockid_t *)attr->ptca_private =
clck
;
Completed in 35 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025