Home
last modified time | relevance | path

Searched refs:pthread_cond_wait (Results 1 - 25 of 50) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/membarrier/
H A Dmembarrier_test_multi_thread.c27 pthread_cond_wait(&test_membarrier_thread_cond, in test_membarrier_thread()
44 pthread_cond_wait(&test_membarrier_thread_cond, in test_mt_membarrier()
/kernel/linux/linux-6.6/tools/testing/selftests/membarrier/
H A Dmembarrier_test_multi_thread.c27 pthread_cond_wait(&test_membarrier_thread_cond, in test_membarrier_thread()
44 pthread_cond_wait(&test_membarrier_thread_cond, in test_mt_membarrier()
/kernel/liteos_m/testsuites/unittest/xts/ipc/mutex/
H A Dpthread_mutex_test.c68 ret = pthread_cond_wait(&g_st1.notempty, &g_st1.mutex); in PthreadProduce()
92 ret = pthread_cond_wait(&g_st1.notempty, &g_st1.mutex); in PthreadConsume()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dfutex-requeue.c80 pthread_cond_wait(&thread_worker, &thread_lock); in workerfn()
170 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_requeue()
H A Dfutex-wake.c68 pthread_cond_wait(&thread_worker, &thread_lock); in workerfn()
175 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake()
H A Dfutex-hash.c78 pthread_cond_wait(&thread_worker, &thread_lock); in workerfn()
189 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_hash()
H A Dfutex-lock-pi.c88 pthread_cond_wait(&thread_worker, &thread_lock); in workerfn()
195 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_lock_pi()
H A Dfutex-wake-parallel.c129 pthread_cond_wait(&thread_worker, &thread_lock); in blocked_workerfn()
292 pthread_cond_wait(&thread_parent, &thread_lock); in bench_futex_wake_parallel()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_072.c51 rc = pthread_cond_wait(&g_pthreadCondTest1, &g_pthreadMutexTest1); in PthreadF01()
H A DIt_posix_pthread_085.c49 rc = pthread_cond_wait(&g_td.cond, &g_td.mutex); in PthreadF01()
82 /* acquire the mutex released by pthread_cond_wait() within thread 1 */ in Testcase()
H A DIt_posix_pthread_081.c49 rc = pthread_cond_wait(&g_td.cond, &g_td.mutex); in PthreadF01()
89 * blocked on pthread_cond_wait in Testcase()
H A DIt_posix_pthread_080.c49 rc = pthread_cond_wait(&g_td.cond, &g_td.mutex); in PthreadF01()
84 * blocked on pthread_cond_wait in Testcase()
H A DIt_posix_pthread_084.c49 rc = pthread_cond_wait(&g_td.cond, &g_td.mutex); in PthreadF01()
88 * blocked on pthread_cond_wait in Testcase()
H A DIt_posix_pthread_083.c49 rc = pthread_cond_wait(&g_td.cond, &g_td.mutex); in PthreadF01()
85 * blocked on pthread_cond_wait in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_072.cpp44 rc = pthread_cond_wait(&g_pthreadCondTest1, &g_pthreadMutexTest1); in pthread_f01()
H A DIt_posix_pthread_081.cpp43 rc = pthread_cond_wait(&g_td.cond, &g_td.mutex); in pthread_f01()
82 * blocked on pthread_cond_wait in Testcase()
H A DIt_posix_pthread_080.cpp43 rc = pthread_cond_wait(&g_td.cond, &g_td.mutex); in pthread_f01()
78 * blocked on pthread_cond_wait in Testcase()
H A DIt_posix_pthread_083.cpp43 rc = pthread_cond_wait(&g_td.cond, &g_td.mutex); in pthread_f01()
79 * blocked on pthread_cond_wait in Testcase()
H A DIt_posix_pthread_085.cpp42 rc = pthread_cond_wait(&g_td.cond, &g_td.mutex); in pthread_f01()
75 /* acquire the mutex released by pthread_cond_wait() within thread 1 */ in Testcase()
H A DIt_posix_pthread_090.cpp48 rc = pthread_cond_wait(&g_td.cond, &g_td.mutex); in pthread_f01()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmutex.c108 CHECK_ERR(pthread_cond_wait(&cnd->cond, &mtx->lock)); in cond_wait()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_cond_test_002.cpp46 rc = pthread_cond_wait(&g_pthrdCondTest1, &g_pthreadMuxTest1); in PthreadF01()
H A Dpthread_cond_test_001.cpp48 rc = pthread_cond_wait(&g_pthdCondTest1, &g_pthreadMuxTest1); in PthreadF01()
/kernel/linux/linux-5.10/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c116 pthread_cond_wait(&cond_wakeup, &mutex_notify); in rw_thread_main()
/kernel/linux/linux-6.6/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c116 pthread_cond_wait(&cond_wakeup, &mutex_notify); in rw_thread_main()

Completed in 11 milliseconds

12