Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/openfile/
Dopenfile.c50 pthread_cond_t thr_cv; member
136 pthread_cond_init(&c.thr_cv, NULL); in main()
171 if (pthread_cond_broadcast(&c.thr_cv)) { in main()
247 if (pthread_cond_wait(&c.thr_cv, &c.m)) { in threads()