Home
last modified time | relevance | path

Searched refs:pthread_cond_destroy (Results 1 - 25 of 47) sorted by relevance

12

/kernel/liteos_m/testsuites/sample/posix/pthread/
H A DIt_posix_pthread_006.c49 rc = pthread_cond_destroy(&cond1); in Testcase()
51 rc = pthread_cond_destroy(&cond2); in Testcase()
56 (void)pthread_cond_destroy(&cond1); in Testcase()
57 (void)pthread_cond_destroy(&cond2); in Testcase()
H A DIt_posix_pthread_007.c57 rc = pthread_cond_destroy(&cond1); in Testcase()
61 rc = pthread_cond_destroy(&cond2); in Testcase()
65 rc = pthread_cond_destroy(&cond3); in Testcase()
73 * @tc.desc: Test interface pthread_cond_destroy
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_069.c56 rc = pthread_cond_destroy(&cond1); in Testcase()
58 rc = pthread_cond_destroy(&cond2); in Testcase()
63 (void)pthread_cond_destroy(&cond1); in Testcase()
64 (void)pthread_cond_destroy(&cond2); in Testcase()
H A DIt_posix_pthread_071.c64 rc = pthread_cond_destroy(&cond1); in Testcase()
68 rc = pthread_cond_destroy(&cond2); in Testcase()
72 rc = pthread_cond_destroy(&cond3); in Testcase()
H A DIt_posix_pthread_072.c81 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase()
90 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase()
H A DIt_posix_pthread_087.c102 rc = pthread_cond_destroy(&g_td.cond); in Testcase()
H A DIt_posix_pthread_085.c101 rc = pthread_cond_destroy(&g_td.cond); in Testcase()
H A DIt_posix_pthread_081.c111 rc = pthread_cond_destroy(&g_td.cond); in Testcase()
H A DIt_posix_pthread_080.c106 rc = pthread_cond_destroy(&g_td.cond); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_071.cpp57 rc = pthread_cond_destroy(&cond1); in Testcase()
61 rc = pthread_cond_destroy(&cond2); in Testcase()
65 rc = pthread_cond_destroy(&cond3); in Testcase()
H A DIt_posix_pthread_069.cpp50 rc = pthread_cond_destroy(&cond1); in Testcase()
52 rc = pthread_cond_destroy(&cond2); in Testcase()
H A DIt_posix_pthread_072.cpp74 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase()
83 rc = pthread_cond_destroy(&g_pthreadCondTest1); in Testcase()
H A DIt_posix_pthread_070.cpp46 rc = pthread_cond_destroy(&cond); in Testcase()
H A DIt_posix_pthread_081.cpp103 rc = pthread_cond_destroy(&g_td.cond); in Testcase()
H A DIt_posix_pthread_080.cpp99 rc = pthread_cond_destroy(&g_td.cond); in Testcase()
H A DIt_posix_pthread_083.cpp114 rc = pthread_cond_destroy(&g_td.cond); in Testcase()
H A DIt_posix_pthread_085.cpp94 rc = pthread_cond_destroy(&g_td.cond); in Testcase()
H A DIt_posix_pthread_087.cpp98 rc = pthread_cond_destroy(&g_td.cond); in Testcase()
H A DIt_posix_pthread_090.cpp106 rc = pthread_cond_destroy(&g_td.cond); in Testcase()
/kernel/liteos_m/testsuites/unittest/xts/ipc/cond/
H A Dpthread_cond_test.c73 * @tc.name pthread_cond_destroy destroy condition variables
86 ret = pthread_cond_destroy(&cond1);
92 ret = pthread_cond_destroy(&cond2);
96 ret = pthread_cond_destroy(&cond3);
180 ret = pthread_cond_destroy(&g_cond3);
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dfutex-requeue.c211 pthread_cond_destroy(&thread_parent); in bench_futex_requeue()
212 pthread_cond_destroy(&thread_worker); in bench_futex_requeue()
H A Dfutex-wake.c205 pthread_cond_destroy(&thread_parent); in bench_futex_wake()
206 pthread_cond_destroy(&thread_worker); in bench_futex_wake()
H A Dfutex-hash.c203 pthread_cond_destroy(&thread_parent); in bench_futex_hash()
204 pthread_cond_destroy(&thread_worker); in bench_futex_hash()
H A Dfutex-lock-pi.c209 pthread_cond_destroy(&thread_parent); in bench_futex_lock_pi()
210 pthread_cond_destroy(&thread_worker); in bench_futex_lock_pi()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmutex.c103 CHECK_ERR(pthread_cond_destroy(&cnd->cond)); in cond_destroy()

Completed in 7 milliseconds

12