Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_pthread_intercepts.c793 int pthread_spin_init_intercept(pthread_spinlock_t *spinlock, int pshared) in pthread_spin_init_intercept() argument
799 spinlock, 0, 0, 0, 0); in pthread_spin_init_intercept()
800 CALL_FN_W_WW(ret, fn, spinlock, pshared); in pthread_spin_init_intercept()
802 spinlock, 0, 0, 0, 0); in pthread_spin_init_intercept()
807 (pthread_spinlock_t *spinlock, int pshared), (spinlock, pshared));
810 int pthread_spin_destroy_intercept(pthread_spinlock_t *spinlock) in pthread_spin_destroy_intercept() argument
816 spinlock, 0, 0, 0, 0); in pthread_spin_destroy_intercept()
817 CALL_FN_W_W(ret, fn, spinlock); in pthread_spin_destroy_intercept()
819 spinlock, mutex_type_spinlock, 0, 0, 0); in pthread_spin_destroy_intercept()
824 (pthread_spinlock_t *spinlock), (spinlock));
[all …]
Ddrd_mutex.c436 void DRD_(spinlock_init_or_unlock)(const Addr spinlock) in DRD_()
438 struct mutex_info* mutex_p = DRD_(mutex_get)(spinlock); in DRD_()
441 DRD_(mutex_unlock)(spinlock, mutex_type_spinlock); in DRD_()
445 DRD_(mutex_init)(spinlock, mutex_type_spinlock); in DRD_()
Ddrd_mutex.h49 void DRD_(spinlock_init_or_unlock)(const Addr spinlock);
/external/oprofile/m4/
Dconfigmodule.m424 dnl linux/spinlock.h added at some point in past
25 AC_MSG_CHECKING([for $KINC/linux/spinlock.h])
26 if test -f $KINC/linux/spinlock.h; then
/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocatorFixedVMPool.cpp484 static SpinLock spinlock = SPINLOCK_INITIALIZER; variable
490 SpinLockHolder lockHolder(&spinlock); in committedByteCount()
501 SpinLockHolder lock_holder(&spinlock); in isValid()
516 SpinLockHolder lock_holder(&spinlock); in systemAlloc()
523 SpinLockHolder lock_holder(&spinlock); in systemRelease()
/external/ppp/pppd/
DMakefile.linux156 PPPDSRCS += tdb.c spinlock.c
157 PPPDOBJS += tdb.o spinlock.o
158 HEADERS += tdb.h spinlock.h
DREADME.google2 Removed multilink.c, spinlock.[ch], tdb.[ch] as they are unused.
/external/openssl/crypto/
Darmv4cpuid.S38 add r6,r3,r2 @ &spinlock
49 str r0,[r6] @ release spinlock
/external/webkit/Source/JavaScriptCore/wtf/
DTCSystemAlloc.cpp72 static SpinLock spinlock = SPINLOCK_INITIALIZER; variable
345 SpinLockHolder lock_holder(&spinlock); in TCMalloc_SystemAlloc()
/external/llvm/test/Transforms/LICM/
Datomics.ll24 ; use monotonic for spinlock-like constructs.)
/external/chromium/base/allocator/
Dallocator.gyp73 '<(tcmalloc_dir)/src/base/spinlock.cc',
74 '<(tcmalloc_dir)/src/base/spinlock.h',
/external/stlport/etc/
DChangeLog-5.162 but run unit tests fail---stalling on spinlock during library
5826 of spinlock for gcc 2.95.x, due to problems with initialization of statics.
5827 Initialization of mutex has variant with structure filling, while for spinlock
6723 * stlport/stl/_threads.h: use original spinlock for OpenBSD
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1024682 threads inside the pthread spinlock, which could lead to the GC
24683 thread blocking on the pthread spinlock itself.
24687 that needed the pthread spinlock.
25352 Merging updated system alloc and spinlock code from r38 of TCMalloc.
DChangeLog-2007-10-1416633 - implement inline assembly version of spinlock for PowerPC (was already done for x86)