HomeSort by: relevance | last modified time | path
    Searched refs:pthread_spinlock_t (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/libpthread/
pthread_spin.c 56 pthread_spin_init(pthread_spinlock_t *lock, int pshared)
77 pthread_spin_destroy(pthread_spinlock_t *lock)
92 pthread_spin_lock(pthread_spinlock_t *lock)
108 pthread_spin_trylock(pthread_spinlock_t *lock)
122 pthread_spin_unlock(pthread_spinlock_t *lock)
pthread.h 188 int pthread_spin_init(pthread_spinlock_t *, int);
189 int pthread_spin_destroy(pthread_spinlock_t *);
190 int pthread_spin_lock(pthread_spinlock_t *);
191 int pthread_spin_trylock(pthread_spinlock_t *);
192 int pthread_spin_unlock(pthread_spinlock_t *);
pthread_types.h 36 * We use the "pthread_spin_t" name internally; "pthread_spinlock_t" is the
83 typedef struct __pthread_spinlock_st pthread_spinlock_t; typedef in typeref:struct:__pthread_spinlock_st
  /src/external/mpl/bind/dist/lib/isc/include/isc/
spinlock.h 62 typedef pthread_spinlock_t *isc_spinlock_t;
64 typedef pthread_spinlock_t isc_spinlock_t;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d 945 int pthread_spin_destroy(pthread_spinlock_t*);
946 int pthread_spin_init(pthread_spinlock_t*, int);
947 int pthread_spin_lock(pthread_spinlock_t*);
948 int pthread_spin_trylock(pthread_spinlock_t*);
949 int pthread_spin_unlock(pthread_spinlock_t*);
954 int pthread_spin_destroy(pthread_spinlock_t*);
955 int pthread_spin_init(pthread_spinlock_t*, int);
956 int pthread_spin_lock(pthread_spinlock_t*);
957 int pthread_spin_trylock(pthread_spinlock_t*);
958 int pthread_spin_unlock(pthread_spinlock_t*);
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) {
78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) {
86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) {
94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 108 CHECK_EQ(pthread_spin_init((pthread_spinlock_t*)mtx_, 0), 0);
131 CHECK_EQ(pthread_spin_destroy((pthread_spinlock_t*)mtx_), 0);
143 CHECK_EQ(pthread_spin_lock((pthread_spinlock_t*)mtx_), 0);
155 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0;
168 CHECK_EQ(pthread_spin_unlock((pthread_spinlock_t*)mtx_), 0);
  /src/external/gpl3/gcc/dist/libgomp/config/rtems/
pool.h 42 pthread_spinlock_t lock;
  /src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
pool.h 42 pthread_spinlock_t lock;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
types.d 885 struct pthread_spinlock_t {
1394 pthread_spinlock_t
1399 alias int pthread_spinlock_t; // volatile
1403 alias void* pthread_spinlock_t;
1411 alias void* pthread_spinlock_t;
1415 alias void* pthread_spinlock_t;
1419 alias pthread_mutex_t pthread_spinlock_t;
1423 alias int pthread_spinlock_t; // volatile
1427 alias int pthread_spinlock_t;
  /src/external/mpl/bind/dist/tests/isc/
spinlock_test.c 92 static pthread_spinlock_t spin;
  /src/external/bsd/unbound/dist/testcode/
checklocks.h 179 pthread_spinlock_t spinlock;
checklocks.c 574 { return pthread_spin_trylock((pthread_spinlock_t*)arg); }
  /src/external/bsd/unbound/dist/util/
locks.h 136 typedef pthread_spinlock_t lock_quick_type;
  /src/lib/librumpuser/
rumpuser_pth.c 269 pthread_spinlock_t spin;
  /src/lib/libukfs/
ukfs.c 73 pthread_spinlock_t ukfs_spin;
159 pthread_spinlock_t part_lck;

Completed in 26 milliseconds