Searched refs:sem_destroy (Results 1 – 25 of 100) sorted by relevance
1234
52 sem_destroy(&mysemp); in main()72 sem_destroy(&mysemp); in main()
67 sem_destroy(&mysemp[i]); in main()71 sem_destroy(&mysemp[i]); in main()
46 sem_destroy(&mysemp); in main()
50 sem_destroy(&mysemp); in main()
115 sem_destroy(&sems[i - 1]); in main()135 sem_destroy(&sems[i]); in main()
59 sem_destroy(&psem); in main()60 sem_destroy(&csem); in main()
36 sem_destroy(&mysemp); in main()
33 sem_destroy(&mysemp); in main()
45 sem_destroy(&mysemp); in main()
48 sem_destroy(&mysemp); in main()
557 sem_destroy(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()558 sem_destroy(&cpi->h_event_end_encoding[ithread]); in vp8cx_create_encoder_threads()587 sem_destroy(&cpi->h_event_start_encoding[ithread]); in vp8cx_create_encoder_threads()588 sem_destroy(&cpi->h_event_end_encoding[ithread]); in vp8cx_create_encoder_threads()590 sem_destroy(&cpi->h_event_end_lpf); in vp8cx_create_encoder_threads()591 sem_destroy(&cpi->h_event_start_lpf); in vp8cx_create_encoder_threads()620 sem_destroy(&cpi->h_event_start_encoding[i]); in vp8cx_remove_encoder_threads()621 sem_destroy(&cpi->h_event_end_encoding[i]); in vp8cx_remove_encoder_threads()628 sem_destroy(&cpi->h_event_end_lpf); in vp8cx_remove_encoder_threads()629 sem_destroy(&cpi->h_event_start_lpf); in vp8cx_remove_encoder_threads()
59 if ((sem_destroy(&psem) == 0) && sem_destroy(&csem) == 0) { in main()
36 if (sem_destroy(&mysemp) == 0) { in main()
81 sem_destroy(&sync->sem_parent); in destroy_child_sync()82 sem_destroy(&sync->sem_child); in destroy_child_sync()
209 sem_destroy(&buf->full); in main()210 sem_destroy(&buf->empty); in main()211 sem_destroy(&buf->lock); in main()
98 #define sem_destroy(sem) \ macro155 static inline int sem_destroy(sem_t *sem) {173 #define sem_destroy(sem) semaphore_destroy(mach_task_self(), *sem)
128 sem_destroy(&buf.occupied); in main()129 sem_destroy(&buf.empty); in main()
144 if (-1 == sem_destroy(&r_lock)) { in main()148 if (-1 == sem_destroy(&w_lock)) { in main()
152 if (-1 == sem_destroy(&ph[i])) { in main()157 if (-1 == sem_destroy(&lock)) { in main()
271 if (sem_destroy(&semstart)) { in main()275 if (sem_destroy(&semsig)) { in main()
6 module asm ".weak sem_destroy"7 module asm ".equ sem_destroy, _sem_destroy"
18 res = sem_destroy(&sem); in main()