Home
last modified time | relevance | path

Searched refs:pthread_cond_broadcast (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/membarrier/
H A Dmembarrier_test_multi_thread.c22 pthread_cond_broadcast(&test_membarrier_thread_cond); in test_membarrier_thread()
54 pthread_cond_broadcast(&test_membarrier_thread_cond); in test_mt_membarrier()
/kernel/linux/linux-6.6/tools/testing/selftests/membarrier/
H A Dmembarrier_test_multi_thread.c22 pthread_cond_broadcast(&test_membarrier_thread_cond); in test_membarrier_thread()
54 pthread_cond_broadcast(&test_membarrier_thread_cond); in test_mt_membarrier()
/kernel/linux/linux-5.10/tools/virtio/virtio-trace/
H A Dtrace-agent-ctl.c65 pthread_cond_broadcast(&cond_wakeup); in wait_order()
118 pthread_cond_broadcast(&cond_wakeup); in rw_ctl_loop()
/kernel/linux/linux-6.6/tools/virtio/virtio-trace/
H A Dtrace-agent-ctl.c65 pthread_cond_broadcast(&cond_wakeup); in wait_order()
118 pthread_cond_broadcast(&cond_wakeup); in rw_ctl_loop()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_090.cpp87 printf("%s %d pthread_cond_broadcast \n", __FUNCTION__, __LINE__); in Testcase()
90 rc = pthread_cond_broadcast(&g_td.cond); in Testcase()
95 printf("%s %d pthread_cond_broadcast two\n", __FUNCTION__, __LINE__); in Testcase()
96 rc = pthread_cond_broadcast(&g_td.cond); in Testcase()
H A DIt_posix_pthread_092.cpp116 printf("%s %d pthread_cond_broadcast \n", __FUNCTION__, __LINE__); in Testcase()
119 rc = pthread_cond_broadcast(&g_td.cond); in Testcase()
124 printf("%s %d pthread_cond_broadcast two\n", __FUNCTION__, __LINE__); in Testcase()
125 rc = pthread_cond_broadcast(&g_td.cond); in Testcase()
H A DIt_posix_pthread_072.cpp77 rc = pthread_cond_broadcast(&g_pthreadCondTest1); in Testcase()
H A DIt_posix_pthread_081.cpp91 rc = pthread_cond_broadcast(&g_td.cond); in Testcase()
H A DIt_posix_pthread_080.cpp87 rc = pthread_cond_broadcast(&g_td.cond); in Testcase()
H A DIt_posix_pthread_082.cpp101 rc = pthread_cond_broadcast(&g_td.cond); in Testcase()
H A DIt_posix_pthread_089.cpp39 rc = pthread_cond_broadcast(&g_pthreadCondTest100); in PthreadSignalHandlerF01()
/kernel/liteos_m/testsuites/sample/posix/pthread/
H A DIt_posix_pthread_016.c40 rc = pthread_cond_broadcast(NULL); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_112.c47 rc = pthread_cond_broadcast(NULL); in Testcase()
H A DIt_posix_pthread_072.c84 rc = pthread_cond_broadcast(&g_pthreadCondTest1); in Testcase()
H A DIt_posix_pthread_081.c99 rc = pthread_cond_broadcast(&g_td.cond); in Testcase()
H A DIt_posix_pthread_080.c94 rc = pthread_cond_broadcast(&g_td.cond); in Testcase()
H A DIt_posix_pthread_082.c108 rc = pthread_cond_broadcast(&g_td.cond); in Testcase()
H A DIt_posix_pthread_089.c43 rc = pthread_cond_broadcast(&g_pthreadCondTest1); in PthreadSignalHandlerF01()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmutex.c118 CHECK_ERR(pthread_cond_broadcast(&cnd->cond)); in cond_broadcast()
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_cond_test_003.cpp96 ret = pthread_cond_broadcast(&g_pthread_cond); in pthread_f06()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dfutex-requeue.c171 pthread_cond_broadcast(&thread_worker); in bench_futex_requeue()
H A Dfutex-wake.c176 pthread_cond_broadcast(&thread_worker); in bench_futex_wake()
H A Dfutex-hash.c190 pthread_cond_broadcast(&thread_worker); in bench_futex_hash()
H A Dfutex-lock-pi.c196 pthread_cond_broadcast(&thread_worker); in bench_futex_lock_pi()
/kernel/liteos_m/testsuites/unittest/xts/ipc/cond/
H A Dpthread_cond_test.c120 // pthread_cond_broadcast
129 ret = pthread_cond_broadcast(&g_cond3); in ThreadPthreadCondBroadcast1()
157 * @tc.name Use pthread_cond_broadcast to release conditional semaphore

Completed in 8 milliseconds

12