Home
last modified time | relevance | path

Searched refs:count_protect (Results 1 – 3 of 3) sorted by relevance

/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_cond_init/
H A D4-2.c84 pthread_mutex_t count_protect = PTHREAD_MUTEX_INITIALIZER; variable
212 pthread_mutex_lock(&count_protect); in threaded()
214 pthread_mutex_unlock(&count_protect); in threaded()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_mutex_init/
H A D5-3.c93 pthread_mutex_t count_protect = PTHREAD_MUTEX_INITIALIZER; variable
220 pthread_mutex_lock(&count_protect); in threaded()
222 pthread_mutex_unlock(&count_protect); in threaded()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_mutex_lock/
H A D3-1.c94 pthread_mutex_t count_protect = PTHREAD_MUTEX_INITIALIZER; variable
235 ret = pthread_mutex_lock(&count_protect); in threaded()
245 pthread_mutex_unlock(&count_protect); in threaded()