Home
last modified time | relevance | path

Searched refs:pthread_spin_init (Results 1 – 9 of 9) sorted by relevance

/relibc/pthreads-emb/
H A Dpte_spinlock_check_need_init.c74 result = pthread_spin_init (lock, PTHREAD_PROCESS_PRIVATE); in pte_spinlock_check_need_init()
H A Dpthread_spin_init.c50 pthread_spin_init (pthread_spinlock_t * lock, int pshared) in pthread_spin_init() function
H A Dpthread.h815 int pthread_spin_init (pthread_spinlock_t * lock, int pshared);
H A DANNOUNCE199 pthread_spin_init
/relibc/pthreads-emb/tests/
H A Dspin1.c53 assert(pthread_spin_init(&lock, PTHREAD_PROCESS_PRIVATE) == 0); in pthread_test_spin1()
H A Dspin2.c66 assert(pthread_spin_init(&lock, PTHREAD_PROCESS_PRIVATE) == 0); in pthread_test_spin2()
H A Dspin3.c68 assert(pthread_spin_init(&spin, PTHREAD_PROCESS_PRIVATE) == 0); in pthread_test_spin3()
/relibc/pthreads-emb/platform/psp/
H A DMakefile121 pthread_spin_init.o \
/relibc/pthreads-emb/platform/dspbios/pte_lib/
H A Dpte_lib.pjt116 Source="..\..\..\pthread_spin_init.c"