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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
pthreadtypes.h 201 typedef volatile int pthread_spinlock_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
pthreadtypes.h 201 typedef volatile int pthread_spinlock_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
pthreadtypes.h 201 typedef volatile int pthread_spinlock_t; typedef
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 596 typedef struct pthread_spinlock_t_ * pthread_spinlock_t; typedef in typeref:struct:pthread_spinlock_t_
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);
    [all...]

Completed in 839 milliseconds