Home
last modified time | relevance | path

Searched refs:pthread_spinlock_t (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h1004 extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)
1008 extern int pthread_spin_destroy (pthread_spinlock_t *__lock)
1012 extern int pthread_spin_lock (pthread_spinlock_t *__lock)
1016 extern int pthread_spin_trylock (pthread_spinlock_t *__lock)
1020 extern int pthread_spin_unlock (pthread_spinlock_t *__lock)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dpthreadtypes.h210 typedef volatile int pthread_spinlock_t; typedef