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

  /src/tests/lib/libpthread/
t_rwlock.c 73 static pthread_rwlock_t static_rwlock = PTHREAD_RWLOCK_INITIALIZER; variable in typeref:typename:pthread_rwlock_t
130 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&static_rwlock));
131 PTHREAD_REQUIRE(pthread_rwlock_unlock(&static_rwlock));
132 PTHREAD_REQUIRE(pthread_rwlock_destroy(&static_rwlock));

Completed in 12 milliseconds