Searched refs:spinlock (Results 1 – 14 of 14) sorted by relevance
/external/valgrind/main/drd/ |
D | drd_pthread_intercepts.c | 793 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 …]
|
D | drd_mutex.c | 436 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_()
|
D | drd_mutex.h | 49 void DRD_(spinlock_init_or_unlock)(const Addr spinlock);
|
/external/oprofile/m4/ |
D | configmodule.m4 | 24 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/ |
D | ExecutableAllocatorFixedVMPool.cpp | 484 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/ |
D | Makefile.linux | 156 PPPDSRCS += tdb.c spinlock.c 157 PPPDOBJS += tdb.o spinlock.o 158 HEADERS += tdb.h spinlock.h
|
D | README.google | 2 Removed multilink.c, spinlock.[ch], tdb.[ch] as they are unused.
|
/external/openssl/crypto/ |
D | armv4cpuid.S | 38 add r6,r3,r2 @ &spinlock 49 str r0,[r6] @ release spinlock
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | TCSystemAlloc.cpp | 72 static SpinLock spinlock = SPINLOCK_INITIALIZER; variable 345 SpinLockHolder lock_holder(&spinlock); in TCMalloc_SystemAlloc()
|
/external/llvm/test/Transforms/LICM/ |
D | atomics.ll | 24 ; use monotonic for spinlock-like constructs.)
|
/external/chromium/base/allocator/ |
D | allocator.gyp | 73 '<(tcmalloc_dir)/src/base/spinlock.cc', 74 '<(tcmalloc_dir)/src/base/spinlock.h',
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 62 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/ |
D | ChangeLog-2008-08-10 | 24682 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.
|
D | ChangeLog-2007-10-14 | 16633 - implement inline assembly version of spinlock for PowerPC (was already done for x86)
|