Home
last modified time | relevance | path

Searched refs:spinlock (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/drd/
Ddrd_pthread_intercepts.c821 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 …]
Ddrd_mutex.c455 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_()
Ddrd_mutex.h49 void DRD_(spinlock_init_or_unlock)(const Addr spinlock);
/external/ppp/pppd/
DMakefile.linux172 PPPDSRCS += tdb.c spinlock.c
173 PPPDOBJS += tdb.o spinlock.o
174 HEADERS += tdb.h spinlock.h
DREADME.google2 Removed multilink.c, spinlock.[ch], tdb.[ch] as they are unused.
/external/llvm/test/Transforms/LICM/
Datomics.ll24 ; use monotonic for spinlock-like constructs.)
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in65 * documented in the spinlock(3) manual page.
/external/jemalloc/
Dconfigure.ac1393 dnl Check for spinlock(3) operations as provided on Darwin.