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

  /src/tests/lib/libpthread/
t_cond.c 48 static pthread_cond_t static_cond = PTHREAD_COND_INITIALIZER; variable in typeref:typename:pthread_cond_t
185 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
216 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, &static_mutex));
241 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
243 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
280 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
282 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
290 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
326 rv = pthread_cond_timedwait(&static_cond, &static_mutex, &ts);
370 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
    [all...]
t_cond.c 48 static pthread_cond_t static_cond = PTHREAD_COND_INITIALIZER; variable in typeref:typename:pthread_cond_t
185 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
216 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, &static_mutex));
241 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
243 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
280 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
282 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
290 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
326 rv = pthread_cond_timedwait(&static_cond, &static_mutex, &ts);
370 PTHREAD_REQUIRE(pthread_cond_signal(&static_cond));
    [all...]

Completed in 26 milliseconds