HomeSort by relevance Sort by last modified time
    Searched refs:lock (Results 226 - 250 of 2166) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/libhardware_legacy/include/hardware_legacy/
power.h 31 // while you have a lock held, the device will stay on at least at the
33 int acquire_wake_lock(int lock, const char* id);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
mmu.h 21 struct mutex lock; member in struct:__anon31406
spinlock_types.h 26 unsigned int lock; member in struct:__anon31411
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
mmu.h 21 struct mutex lock; member in struct:__anon32191
spinlock_types.h 26 unsigned int lock; member in struct:__anon32196
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
mmu.h 21 struct mutex lock; member in struct:__anon34051
spinlock_types.h 26 unsigned int lock; member in struct:__anon34056
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
mmu.h 21 struct mutex lock; member in struct:__anon34761
spinlock_types.h 26 unsigned int lock; member in struct:__anon34766
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
mmu.h 21 struct mutex lock; member in struct:__anon38399
spinlock_types.h 26 unsigned int lock; member in struct:__anon38404
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
mmu.h 27 struct mutex lock; member in struct:__anon39880
spinlock_types.h 31 unsigned int lock; member in struct:__anon39885
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
mmu.h 27 struct mutex lock; member in struct:__anon42605
spinlock_types.h 31 unsigned int lock; member in struct:__anon42610
  /external/elfutils/lib/
eu-config.h 61 # define rwlock_init(lock) RWLOCK_CALL (init (&lock, NULL))
62 # define rwlock_fini(lock) RWLOCK_CALL (destroy (&lock))
63 # define rwlock_rdlock(lock) RWLOCK_CALL (rdlock (&lock))
64 # define rwlock_wrlock(lock) RWLOCK_CALL (wrlock (&lock))
65 # define rwlock_unlock(lock) RWLOCK_CALL (unlock (&lock))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/dc/
SDL_syscond.c 34 SDL_mutex *lock; member in struct:SDL_cond
48 cond->lock = SDL_CreateMutex();
52 if ( ! cond->lock || ! cond->wait_sem || ! cond->wait_done ) {
72 if ( cond->lock ) {
73 SDL_DestroyMutex(cond->lock);
90 SDL_LockMutex(cond->lock);
94 SDL_UnlockMutex(cond->lock);
97 SDL_UnlockMutex(cond->lock);
114 SDL_LockMutex(cond->lock);
126 SDL_UnlockMutex(cond->lock);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/generic/
SDL_syscond.c 34 SDL_mutex *lock; member in struct:SDL_cond
48 cond->lock = SDL_CreateMutex();
52 if ( ! cond->lock || ! cond->wait_sem || ! cond->wait_done ) {
72 if ( cond->lock ) {
73 SDL_DestroyMutex(cond->lock);
90 SDL_LockMutex(cond->lock);
94 SDL_UnlockMutex(cond->lock);
97 SDL_UnlockMutex(cond->lock);
114 SDL_LockMutex(cond->lock);
126 SDL_UnlockMutex(cond->lock);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_syscond.c 34 SDL_mutex *lock; member in struct:SDL_cond
48 cond->lock = SDL_CreateMutex();
52 if ( ! cond->lock || ! cond->wait_sem || ! cond->wait_done ) {
72 if ( cond->lock ) {
73 SDL_DestroyMutex(cond->lock);
90 SDL_LockMutex(cond->lock);
94 SDL_UnlockMutex(cond->lock);
97 SDL_UnlockMutex(cond->lock);
114 SDL_LockMutex(cond->lock);
126 SDL_UnlockMutex(cond->lock);
    [all...]
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 36 * is detected with a PTHREAD_MUTEX_ERRORCHECK lock() or trylock(), but
109 /* perform a simple init/lock/unlock/destroy test on a rwlock of given attributes */
113 pthread_rwlock_t lock[1]; local
115 TZERO(pthread_rwlock_init(lock, attr));
116 TZERO(pthread_rwlock_rdlock(lock));
117 TZERO(pthread_rwlock_unlock(lock));
118 TZERO(pthread_rwlock_destroy(lock));
124 pthread_rwlock_t lock[1]; local
126 TZERO(pthread_rwlock_init(lock, attr));
127 TZERO(pthread_rwlock_wrlock(lock));
167 pthread_rwlock_t lock[1]; local
184 pthread_rwlock_t lock[1]; local
    [all...]
  /bionic/libc/kernel/common/linux/
blockgroup_lock.h 26 spinlock_t lock; member in struct:bgl_lock
32 #define sb_bgl_lock(sb, block_group) (&(sb)->s_blockgroup_lock.locks[(block_group) & (NR_BG_LOCKS-1)].lock)
  /development/ndk/platforms/android-3/include/linux/
blockgroup_lock.h 21 spinlock_t lock; member in struct:bgl_lock
28 #define sb_bgl_lock(sb, block_group) (&(sb)->s_blockgroup_lock.locks[(block_group) & (NR_BG_LOCKS-1)].lock)
  /external/apache-harmony/support/src/test/java/tests/support/
Support_StringWriter.java 29 * <code>lock</code> used to synchronize access to this Writer.
34 lock = buf;
40 * the <code>lock</code> used to synchronize access to this Writer.
45 lock = buf;
79 synchronized (lock) {
93 synchronized (lock) {
117 synchronized (lock) {
136 synchronized (lock) {
151 synchronized (lock) {
174 synchronized (lock) {
    [all...]
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_posix.cc 63 void FirefoxProfileLock::Lock() {
88 // This function tries to lock Firefox profile using fcntl(). The return
90 // of lock.
91 // if return == false: Another process has lock to the profile.
92 // if return == true && HasAcquired() == true: successfully acquired the lock.
93 // if return == false && HasAcquired() == false: Failed to acquire lock due
94 // to some error (so that we can try alternate method of profile lock).
101 struct flock lock; local
102 lock.l_start = 0;
103 lock.l_len = 0
    [all...]
  /external/chromium/crypto/
mac_security_services_lock.cc 8 #include "base/synchronization/lock.h"
21 base::Lock& lock() { return lock_; } function in class:__anon4838::SecurityServicesSingleton
29 base::Lock lock_;
38 base::Lock& GetMacSecurityServicesLock() {
39 return SecurityServicesSingleton::GetInstance()->lock();

Completed in 1598 milliseconds

1 2 3 4 5 6 7 8 91011>>