HomeSort by: relevance | last modified time | path
    Searched defs:clck (Results 1 - 2 of 2) sorted by relevancy

  /src/games/atc/
extern.c 62 int clck, safe_planes, test_mode; variable in typeref:typename:int
  /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);

Completed in 10 milliseconds