Searched refs:spinlock (Results 1 – 10 of 10) sorted by relevance
29 #error Need to implement spinlock code in spinlock.h
156 PPPDSRCS += tdb.c spinlock.c157 PPPDOBJS += tdb.o spinlock.o158 HEADERS += tdb.h spinlock.h
240 #error Need to implement spinlock code in spinlock.c
139 static inline int testandset (int *spinlock) in testandset() argument144 : "0"(1), "r"(spinlock)); in testandset()
425 static SpinLock spinlock = SPINLOCK_INITIALIZER; variable429 SpinLockHolder lock_holder(&spinlock); in systemAlloc()439 SpinLockHolder lock_holder(&spinlock); in systemRelease()
71 static SpinLock spinlock = SPINLOCK_INITIALIZER; variable344 SpinLockHolder lock_holder(&spinlock); in TCMalloc_SystemAlloc()
72 '<(tcmalloc_dir)/src/base/spinlock.cc',73 '<(tcmalloc_dir)/src/base/spinlock.h',
62 but run unit tests fail---stalling on spinlock during library5826 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 spinlock6723 * stlport/stl/_threads.h: use original spinlock for OpenBSD
24682 threads inside the pthread spinlock, which could lead to the GC24683 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.
16633 - implement inline assembly version of spinlock for PowerPC (was already done for x86)