Searched refs:pthread_spinlock_t (Results 1 – 10 of 10) sorted by relevance
6 uclibc on m68k defines pthread_spinlock_t but does not define24 # Check for pthread_spinlock_t.25 AC_CHECK_TYPES([pthread_spinlock_t], [], [], [[#include <pthread.h>]])
596 typedef struct pthread_spinlock_t_ * pthread_spinlock_t; typedef707 #define PTHREAD_SPINLOCK_INITIALIZER ((pthread_spinlock_t)(size_t) -1)1052 PTW32_DLLPORT int PTW32_CDECL pthread_spin_init (pthread_spinlock_t * lock, int pshared);1054 PTW32_DLLPORT int PTW32_CDECL pthread_spin_destroy (pthread_spinlock_t * lock);1056 PTW32_DLLPORT int PTW32_CDECL pthread_spin_lock (pthread_spinlock_t * lock);1058 PTW32_DLLPORT int PTW32_CDECL pthread_spin_trylock (pthread_spinlock_t * lock);1060 PTW32_DLLPORT int PTW32_CDECL pthread_spin_unlock (pthread_spinlock_t * lock);
1098 extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)1102 extern int pthread_spin_destroy (pthread_spinlock_t *__lock)1106 extern int pthread_spin_lock (pthread_spinlock_t *__lock)1110 extern int pthread_spin_trylock (pthread_spinlock_t *__lock)1114 extern int pthread_spin_unlock (pthread_spinlock_t *__lock)
1089 extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared)1093 extern int pthread_spin_destroy (pthread_spinlock_t *__lock)1097 extern int pthread_spin_lock (pthread_spinlock_t *__lock)1101 extern int pthread_spin_trylock (pthread_spinlock_t *__lock)1105 extern int pthread_spin_unlock (pthread_spinlock_t *__lock)
103 typedef volatile int pthread_spinlock_t; typedef
6 typedef pthread_spinlock_t spinlock_t;
22 typedef pthread_spinlock_t spinlock_t;