Searched refs:spinlock (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/drd/ |
D | drd_pthread_intercepts.c | 821 int pthread_spin_init_intercept(pthread_spinlock_t *spinlock, int pshared) in pthread_spin_init_intercept() argument 827 spinlock, 0, 0, 0, 0); in pthread_spin_init_intercept() 828 CALL_FN_W_WW(ret, fn, spinlock, pshared); in pthread_spin_init_intercept() 830 spinlock, 0, 0, 0, 0); in pthread_spin_init_intercept() 835 (pthread_spinlock_t *spinlock, int pshared), (spinlock, pshared)); 838 int pthread_spin_destroy_intercept(pthread_spinlock_t *spinlock) in pthread_spin_destroy_intercept() argument 844 spinlock, 0, 0, 0, 0); in pthread_spin_destroy_intercept() 845 CALL_FN_W_W(ret, fn, spinlock); in pthread_spin_destroy_intercept() 847 spinlock, mutex_type_spinlock, 0, 0, 0); in pthread_spin_destroy_intercept() 852 (pthread_spinlock_t *spinlock), (spinlock)); [all …]
|
D | drd_mutex.c | 455 void DRD_(spinlock_init_or_unlock)(const Addr spinlock) in DRD_() 457 struct mutex_info* mutex_p = DRD_(mutex_get)(spinlock); in DRD_() 460 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock); in DRD_() 464 DRD_(mutex_init)(spinlock, mutex_type_spinlock); in DRD_()
|
D | drd_mutex.h | 49 void DRD_(spinlock_init_or_unlock)(const Addr spinlock);
|
/external/ppp/pppd/ |
D | Makefile.linux | 172 PPPDSRCS += tdb.c spinlock.c 173 PPPDOBJS += tdb.o spinlock.o 174 HEADERS += tdb.h spinlock.h
|
D | README.google | 2 Removed multilink.c, spinlock.[ch], tdb.[ch] as they are unused.
|
/external/llvm/test/Transforms/LICM/ |
D | atomics.ll | 24 ; use monotonic for spinlock-like constructs.)
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 65 * documented in the spinlock(3) manual page.
|
/external/jemalloc/ |
D | configure.ac | 1393 dnl Check for spinlock(3) operations as provided on Darwin.
|