Home
last modified time | relevance | path

Searched refs:sem_init (Results 1 – 17 of 17) sorted by relevance

/relibc/pthreads-emb/
H A Dpthread_barrier_init.c76 if (0 == sem_init (&(b->semBarrierBreeched[0]), b->pshared, 0)) in pthread_barrier_init()
78 if (0 == sem_init (&(b->semBarrierBreeched[1]), b->pshared, 0)) in pthread_barrier_init()
H A Dpthread_cond_init.c110 if (sem_init (&(cv->semBlockLock), 0, 1) != 0) in pthread_cond_init()
116 if (sem_init (&(cv->semBlockQueue), 0, 0) != 0) in pthread_cond_init()
H A Dpthread_barrier_destroy.c70 (void) sem_init (&(b->semBarrierBreeched[0]), b->pshared, 0); in pthread_barrier_destroy()
H A Dsem_init.c51 sem_init (sem_t * sem, int pshared, unsigned int value) in sem_init() function
H A Dsemaphore.h80 int sem_init (sem_t * sem,
H A DANNOUNCE219 sem_init
/relibc/pthreads-emb/tests/
H A Dsemaphore1.c88 assert(sem_init(&s, PTHREAD_PROCESS_PRIVATE, 0) == 0); in thr()
120 assert(sem_init(&s, PTHREAD_PROCESS_PRIVATE, 0) == 0); in pthread_test_semaphore1()
H A Dbenchtest5.c154 assert(sem_init(&sema, 0, 0) == 0); in main()
163 assert(sem_init(&sema, 0, ITERATIONS) == 0); in main()
H A Dsemaphore2.c90 assert(sem_init(&s, PTHREAD_PROCESS_PRIVATE, MAX_COUNT) == 0); in pthread_test_semaphore2()
H A Dsemaphore5.c98 assert(sem_init(&s, PTHREAD_PROCESS_PRIVATE, 0) == 0); in pthread_test_semaphore5()
H A Dsemaphore6.c102 assert(sem_init(&s, PTHREAD_PROCESS_PRIVATE, 0) == 0); in pthread_test_semaphore6()
H A Dsemaphore3.c100 assert(sem_init(&s, PTHREAD_PROCESS_PRIVATE, 0) == 0); in pthread_test_semaphore3()
H A Dsemaphore4.c115 assert(sem_init(&s, PTHREAD_PROCESS_PRIVATE, 0) == 0); in pthread_test_semaphore4()
H A Dsemaphore4t.c111 assert(sem_init(&s, PTHREAD_PROCESS_PRIVATE, 0) == 0); in pthread_test_semaphore4t()
/relibc/src/header/semaphore/
H A Dmod.rs16 pub extern "C" fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int { in sem_init() function
/relibc/pthreads-emb/platform/psp/
H A DMakefile101 sem_init.o \
/relibc/pthreads-emb/platform/dspbios/pte_lib/
H A Dpte_lib.pjt130 Source="..\..\..\sem_init.c"