Home
last modified time | relevance | path

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

/relibc/pthreads-emb/tests/
H A Dspin1.c55 assert(pthread_spin_lock(&lock) == 0); in pthread_test_spin1()
61 assert(pthread_spin_lock(&lock) == EINVAL); in pthread_test_spin1()
H A Dspin4.c61 assert(pthread_spin_lock(&lock) == 0); in func()
80 assert(pthread_spin_lock(&lock) == 0); in pthread_test_spin4()
H A Dspin2.c68 assert(pthread_spin_lock(&lock) == 0); in pthread_test_spin2()
H A Dspin3.c69 assert(pthread_spin_lock(&spin) == 0); in pthread_test_spin3()
/relibc/pthreads-emb/
H A Dpthread_spin_lock.c48 pthread_spin_lock (pthread_spinlock_t * lock) in pthread_spin_lock() function
H A Dpthread.h819 int pthread_spin_lock (pthread_spinlock_t * lock);
H A DANNOUNCE201 pthread_spin_lock
/relibc/pthreads-emb/platform/psp/
H A DMakefile122 pthread_spin_lock.o \
/relibc/pthreads-emb/platform/dspbios/pte_lib/
H A Dpte_lib.pjt117 Source="..\..\..\pthread_spin_lock.c"