HomeSort by relevance Sort by last modified time
    Searched defs:pthread_spinlock_t (Results 1 - 5 of 5) sorted by null

  /bionic/libc/include/bits/
pthread_types.h 102 } pthread_spinlock_t; typedef in typeref:struct:__anon236
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
pthreadtypes.h 201 typedef volatile int pthread_spinlock_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
pthreadtypes.h 151 typedef volatile int pthread_spinlock_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
pthreadtypes.h 201 typedef volatile int pthread_spinlock_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 268 typedef void *pthread_spinlock_t; typedef
289 #define PTHREAD_SPINLOCK_INITIALIZER (pthread_spinlock_t)GENERIC_INITIALIZER
350 int WINPTHREAD_API pthread_spin_init(pthread_spinlock_t *l, int pshared);
351 int WINPTHREAD_API pthread_spin_destroy(pthread_spinlock_t *l);
353 int WINPTHREAD_API pthread_spin_lock(pthread_spinlock_t *l);
354 int WINPTHREAD_API pthread_spin_trylock(pthread_spinlock_t *l);
355 int WINPTHREAD_API pthread_spin_unlock(pthread_spinlock_t *l);
    [all...]

Completed in 551 milliseconds