Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/syslog-ng/
H A D0001-fix-build-on-uclibc.patch6 uclibc on m68k defines pthread_spinlock_t but does not define
24 # Check for pthread_spinlock_t.
25 AC_CHECK_TYPES([pthread_spinlock_t], [], [], [[#include <pthread.h>]])
/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dpthread.h596 typedef struct pthread_spinlock_t_ * pthread_spinlock_t; typedef
707 #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);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/
H A Dpthread.h1098 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)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/
H A Dpthread.h1098 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)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dpthread.h1089 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)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dpthread.h1089 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)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dpthreadtypes.h103 typedef volatile int pthread_spinlock_t; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dpthreadtypes.h103 typedef volatile int pthread_spinlock_t; typedef
/OK3568_Linux_fs/kernel/tools/virtio/linux/
H A Dspinlock.h6 typedef pthread_spinlock_t spinlock_t;
/OK3568_Linux_fs/kernel/tools/virtio/ringtest/
H A Dptr_ring.c22 typedef pthread_spinlock_t spinlock_t;