HomeSort by relevance Sort by last modified time
    Searched defs:lock (Results 401 - 425 of 1530) sorted by null

<<11121314151617181920>>

  /external/chromium_org/rlz/win/lib/
rlz_lib_win.cc 84 LibMutex lock; local
85 if (lock.failed())
  /external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv_test.cc 130 FileLock* lock; local
133 ASSERT_OK(env_->LockFile("some file", &lock));
134 ASSERT_OK(env_->UnlockFile(lock));
  /external/chromium_org/third_party/mesa/src/include/GL/internal/
sarea.h 84 drmLock lock; member in struct:_XF86DRISAREA
85 /** \todo Use readers/writer lock for drawable_lock */
  /external/chromium_org/third_party/sfntly/cpp/src/test/
lock_test.cc 20 #include "sfntly/port/lock.h"
29 BasicLockTestThread(Lock* lock) : lock_(lock), acquired_(0) {}
55 Lock* lock_;
62 Lock lock; local
63 BasicLockTestThread thread(&lock);
70 lock.Acquire();
72 lock.Unlock()
124 Lock lock; local
190 Lock lock; local
207 Lock lock; local
    [all...]
  /external/chromium_org/third_party/skia/src/lazy/
SkDiscardableMemoryPool.cpp 24 virtual bool lock() SK_OVERRIDE;
55 bool SkPoolDiscardableMemory::lock() { function in class:SkPoolDiscardableMemory
57 return fPool->lock(this);
92 // WARNING: only call this function after aquiring lock.
145 bool SkDiscardableMemoryPool::lock(SkPoolDiscardableMemory* dm) { function in class:SkDiscardableMemoryPool
156 // May have been purged while waiting for lock.
  /external/compiler-rt/lib/
atomic.c 20 * To avoid needing a per-object lock, this code allocates an array of
22 * For operations that must be atomic on two locations, the lower lock is
55 // Platform-specific lock implementation. Falls back to spinlocks if none is
56 // defined. Each platform should define the Lock type, and corresponding
57 // lock() and unlock() functions.
64 typedef struct _usem Lock;
65 inline static void unlock(Lock *l) {
71 inline static void lock(Lock *l) { function
80 static Lock locks[SPINLOCK_COUNT] = { [0 ... SPINLOCK_COUNT-1] = {0,1,0} }
90 inline static void lock(Lock *l) { function
103 inline static void lock(Lock *l) { function
    [all...]
  /external/kernel-headers/original/linux/
ipc.h 59 spinlock_t lock; member in struct:kern_ipc_perm
mutex.h 37 * that make lock debugging easier and faster:
70 struct mutex *lock; member in struct:mutex_waiter
105 extern void __mutex_init(struct mutex *lock, const char *name,
110 * @lock: the mutex to be queried
114 static inline int fastcall mutex_is_locked(struct mutex *lock)
116 return atomic_read(&lock->count) != 1;
123 extern void fastcall mutex_lock(struct mutex *lock);
124 extern int fastcall mutex_lock_interruptible(struct mutex *lock);
127 extern void mutex_lock_nested(struct mutex *lock, unsigned int subclass);
129 # define mutex_lock_nested(lock, subclass) mutex_lock(lock
    [all...]
plist.h 84 spinlock_t *lock; member in struct:plist_head
94 # define PLIST_HEAD_LOCK_INIT(_lock) .lock = _lock
129 plist_head_init(struct plist_head *head, spinlock_t *lock)
134 head->lock = lock;
  /external/kernel-headers/original/linux/mtd/
blktrans.h 25 struct mutex lock; member in struct:mtd_blktrans_dev
  /external/libcap-ng/libcap-ng-0.7/utils/
captest.c 52 static int text = 0, no_child = 0, lock = 0; variable
199 printf("usage: captest [ --drop-all | --drop-caps | --id ] [ --lock ] [ --text ]\n");
211 else if (strcmp(argv[i], "--lock") == 0)
212 lock = 1;
228 if (lock)
235 if (lock)
259 if (lock)
  /external/linux-tools-perf/util/
annotate.h 62 pthread_mutex_t lock; member in struct:annotation
  /external/llvm/utils/emacs/
tablegen-mode.el 14 (defvar tablegen-font-lock-keywords
23 ;; '("\/\/" . font-lock-comment-face)
25 '("\"[^\"]+\"" . font-lock-string-face)
27 '("\\<0x[0-9A-Fa-f]+\\>" . font-lock-preprocessor-face)
29 '("\\<0b[01]+\\>" . font-lock-preprocessor-face)
31 '("\\<[-]?[0-9]+\\>" . font-lock-preprocessor-face)
33 '("\\<[-+]?[0-9]+\.[0-9]*\([eE][-+]?[0-9]+\)?\\>" . font-lock-preprocessor-face)
43 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
103 (make-local-variable 'font-lock-defaults
    [all...]
  /external/mesa3d/include/GL/internal/
sarea.h 84 drmLock lock; member in struct:_XF86DRISAREA
85 /** \todo Use readers/writer lock for drawable_lock */
  /external/sfntly/cpp/src/test/
lock_test.cc 20 #include "sfntly/port/lock.h"
29 BasicLockTestThread(Lock* lock) : lock_(lock), acquired_(0) {}
55 Lock* lock_;
62 Lock lock; local
63 BasicLockTestThread thread(&lock);
70 lock.Acquire();
72 lock.Unlock()
124 Lock lock; local
190 Lock lock; local
207 Lock lock; local
    [all...]
  /external/skia/src/lazy/
SkDiscardableMemoryPool.cpp 24 virtual bool lock() SK_OVERRIDE;
55 bool SkPoolDiscardableMemory::lock() { function in class:SkPoolDiscardableMemory
57 return fPool->lock(this);
92 // WARNING: only call this function after aquiring lock.
145 bool SkDiscardableMemoryPool::lock(SkPoolDiscardableMemory* dm) { function in class:SkDiscardableMemoryPool
156 // May have been purged while waiting for lock.
  /frameworks/av/media/libeffects/factory/
EffectsFactory.h 50 pthread_mutex_t lock; member in struct:lib_entry_s
  /frameworks/base/libs/hwui/
ResourceCache.cpp 51 void ResourceCache::lock() { function in class:android::uirenderer::ResourceCache
52 mLock.lock();
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 134 bool FileBase::lock(enum LockModeEnum pMode, function in class:FileBase
151 // Determine the lock operation (2nd argument) to the flock().
168 // Here we got a lock but we need to check whether the mFD still
171 // mapped when we were trying to obtain the lock on the file.
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 156 status_t GraphicBuffer::lock(uint32_t usage, void** vaddr) function in class:android::GraphicBuffer
159 status_t res = lock(usage, lockBounds, vaddr);
163 status_t GraphicBuffer::lock(uint32_t usage, const Rect& rect, void** vaddr) function in class:android::GraphicBuffer
172 status_t res = getBufferMapper().lock(handle, usage, rect, vaddr);
  /hardware/qcom/display/msm8960/libgralloc/
fb_priv.h 45 pthread_mutex_t lock; member in struct:private_module_t
  /hardware/qcom/display/msm8974/libgralloc/
fb_priv.h 45 pthread_mutex_t lock; member in struct:private_module_t
  /hardware/qcom/display/msm8x26/libgralloc/
fb_priv.h 45 pthread_mutex_t lock; member in struct:private_module_t
  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.cpp 114 bool ExynosMutex::lock(void) function in class:ExynosMutex
122 ALOGD("%s::%s'lock() start", __func__, m_name);
125 if (((Mutex *)m_mutex)->lock() != 0) {
126 ALOGE("%s::m_core->lock() fail", __func__);
131 ALOGD("%s::%s'lock() end", __func__, m_name);
223 return ((ExynosMutex *)handle)->lock();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Session.h 158 * Lock session for operation
160 void lock() { function in class:Session
161 workLock.lock();

Completed in 613 milliseconds

<<11121314151617181920>>