Home
last modified time | relevance | path

Searched refs:sem_destroy (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/NuttX/fs/driver/
Dfs_blockproxy.c170 (void)sem_destroy(&g_devno_sem); in block_proxy()
216 (void)sem_destroy(&g_devno_sem); in block_proxy()
223 (void)sem_destroy(&g_devno_sem); in block_proxy()
/third_party/musl/libc-test/src/regression/
Dpthread_once-deadlock.c70 E(sem_destroy(&s1)); in main()
71 E(sem_destroy(&s2)); in main()
72 E(sem_destroy(&s3)); in main()
/third_party/musl/libc-test/src/functional/
Dsem_init.c50 T(sem_destroy(s)); in many_waiters()
51 T(sem_destroy(s+1)); in many_waiters()
71 T(sem_destroy(&s)); in single_thread()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/
D2-1.c52 sem_destroy(&mysemp); in main()
72 sem_destroy(&mysemp); in main()
D11-1.c67 sem_destroy(&mysemp[i]); in main()
71 sem_destroy(&mysemp[i]); in main()
D6-1.c46 sem_destroy(&mysemp); in main()
D7-1.c49 sem_destroy(&mysemp); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
D7-1.c115 sem_destroy(&sems[i - 1]); in main()
135 sem_destroy(&sems[i]); in main()
D3-1.c80 sem_destroy(&psem); in main()
81 sem_destroy(&csem); in main()
D5-2.c33 sem_destroy(&mysemp); in main()
D5-1.c36 sem_destroy(&mysemp); in main()
D1-1.c45 sem_destroy(&mysemp); in main()
D2-2.c48 sem_destroy(&mysemp); in main()
D2-1.c48 sem_destroy(&mysemp); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/
D3-1.c59 if ((sem_destroy(&psem) == 0) && sem_destroy(&csem) == 0) { in main()
D4-1.c36 if (sem_destroy(&mysemp) == 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/semaphores/
Dmulti_con_pro.c209 sem_destroy(&buf->full); in main()
210 sem_destroy(&buf->empty); in main()
211 sem_destroy(&buf->lock); in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_sem_test.cpp32 EXPECT_EQ(0, sem_destroy(&sem_)); in TearDown()
70 EXPECT_EQ(0, sem_destroy(&sem_));
/third_party/musl/src/thread/
Dsynccall.c114 sem_destroy(&caller_sem); in __synccall()
115 sem_destroy(&target_sem); in __synccall()
Dsem_destroy.c3 int sem_destroy(sem_t *sem) in sem_destroy() function
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_conpro.c128 sem_destroy(&buf.occupied); in main()
129 sem_destroy(&buf.empty); in main()
Dsem_readerwriter.c144 if (-1 == sem_destroy(&r_lock)) { in main()
148 if (-1 == sem_destroy(&w_lock)) { in main()
Dsem_philosopher.c152 if (-1 == sem_destroy(&ph[i])) { in main()
157 if (-1 == sem_destroy(&lock)) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
D5-1.c271 if (sem_destroy(&semstart)) { in main()
275 if (sem_destroy(&semsig)) { in main()
/third_party/NuttX/drivers/bch/
Dbchlib_teardown.c70 (void)sem_destroy(&bch->sem); in bchlib_teardown()

12345