Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dspinlock.h29 #error Need to implement spinlock code in spinlock.h
DMakefile.linux156 PPPDSRCS += tdb.c spinlock.c
157 PPPDOBJS += tdb.o spinlock.o
158 HEADERS += tdb.h spinlock.h
Dspinlock.c240 #error Need to implement spinlock code in spinlock.c
/external/qemu/
Dqemu-lock.h139 static inline int testandset (int *spinlock) in testandset() argument
144 : "0"(1), "r"(spinlock)); in testandset()
/external/webkit/JavaScriptCore/jit/
DExecutableAllocatorFixedVMPool.cpp425 static SpinLock spinlock = SPINLOCK_INITIALIZER; variable
429 SpinLockHolder lock_holder(&spinlock); in systemAlloc()
439 SpinLockHolder lock_holder(&spinlock); in systemRelease()
/external/webkit/JavaScriptCore/wtf/
DTCSystemAlloc.cpp71 static SpinLock spinlock = SPINLOCK_INITIALIZER; variable
344 SpinLockHolder lock_holder(&spinlock); in TCMalloc_SystemAlloc()
/external/chromium/base/allocator/
Dallocator.gyp72 '<(tcmalloc_dir)/src/base/spinlock.cc',
73 '<(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/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)