/external/v8/test/cctest/ |
test-platform-linux.cc | 3 // Tests of the TokenLock class from lock.h 30 CHECK_EQ(0, mutex->Lock()); 36 CHECK_EQ(0, mutex->Lock()); 53 // Runs two threads that repeatedly acquire the lock and conditionally
|
test-platform-nullos.cc | 3 // Tests of the TokenLock class from lock.h 30 CHECK_EQ(0, mutex->Lock()); 36 CHECK_EQ(0, mutex->Lock()); 53 // Runs two threads that repeatedly acquire the lock and conditionally
|
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
JavaStringJSC.h | 44 JSLock lock(SilenceAssertionsOnly); 50 JSLock lock(SilenceAssertionsOnly); 59 JSLock lock(SilenceAssertionsOnly); 68 JSLock lock(SilenceAssertionsOnly);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
mmu.h | 21 struct mutex lock; member in struct:__anon22691
|
spinlock_types.h | 26 unsigned int lock; member in struct:__anon22696
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
mmu.h | 21 struct mutex lock; member in struct:__anon23476
|
spinlock_types.h | 26 unsigned int lock; member in struct:__anon23481
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
mmu.h | 21 struct mutex lock; member in struct:__anon25336
|
spinlock_types.h | 26 unsigned int lock; member in struct:__anon25341
|
/bionic/libc/kernel/common/linux/ |
lockdep.h | 24 #define lockdep_init_map(lock, name, key) do { (void)(key); } while (0) 25 #define lockdep_set_class(lock, key) do { (void)(key); } while (0) 26 #define lockdep_set_class_and_name(lock, key, name) do { (void)(key); } while (0)
|
/development/ndk/platforms/android-3/include/linux/ |
lockdep.h | 24 #define lockdep_init_map(lock, name, key) do { (void)(key); } while (0) 25 #define lockdep_set_class(lock, key) do { (void)(key); } while (0) 26 #define lockdep_set_class_and_name(lock, key, name) do { (void)(key); } while (0)
|
/external/bluetooth/bluez/audio/ |
android_audio_hw.c | 58 * - lock: protects all calls to a2dp lib functions (a2dp_stop(), a2dp_cleanup()...). 62 * This flag is always set/reset and tested with "lock" mutex held. 66 * buf_lock -> lock 68 * If you need to hold the adev_a2dp->lock AND the astream_out->lock or astream_out->buf_lock, 69 * you MUST take adev_a2dp lock first!! 80 pthread_mutex_t lock; member in struct:adev_a2dp 99 pthread_mutex_t lock; /* see NOTE on mutex locking order above */ member in struct:astream_out 243 &out->lock, 275 pthread_mutex_lock(&out->lock); [all...] |
/external/chromium/base/ |
message_loop_proxy_impl.h | 12 #include "base/synchronization/lock.h" 53 // The lock that protects access to target_message_loop_. 54 mutable base::Lock message_loop_lock_;
|
/external/chromium/base/synchronization/ |
lock_impl_posix.cc | 16 // In debug, setup attributes for lock error checking. 27 // In release, go with the default lock attributes. 43 void LockImpl::Lock() {
|
/external/chromium/chrome/browser/chromeos/cros/ |
screen_lock_library.h | 14 // This interface defines interaction with the ChromeOS screen lock 30 // Notifies PowerManager that screen lock has been completed. 32 // Notifies PowerManager that a user requested to lock the screen.
|
/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/qemu/android/utils/ |
filelock.h | 25 ** note that 'path' can designate a non-existing path and that the lock creation 29 ** you can call filelock_release() to release a file lock explicitely. otherwise 36 extern void filelock_release( FileLock* lock );
|
/external/valgrind/main/drd/tests/ |
recursive_mutex.c | 1 /** Initialize several kinds of mutexes and lock each mutex twice. 16 fprintf(stderr, "first lock call failed !\n"); 18 fprintf(stderr, "second lock call failed !\n");
|
tc10_rec_lock.stderr.exp | 2 before lock #1 3 before lock #2 4 before lock #3
|
/external/valgrind/main/helgrind/tests/ |
tc10_rec_lock.c | 27 fprintf(stderr, "before lock #1\n"); 29 fprintf(stderr, "before lock #2\n"); 31 fprintf(stderr, "before lock #3\n");
|
tc13_laog1.stderr.exp | 4 Thread #x: lock order "0x........ before 0x........" violated 7 Required order was established by acquisition of lock at 0x........ 10 followed by a later acquisition of lock at 0x........
|
tc15_laog_lockdel.stderr.exp | 6 Thread #x: lock order "0x........ before 0x........" violated 9 Required order was established by acquisition of lock at 0x........ 12 followed by a later acquisition of lock at 0x........
|
/external/webrtc/src/system_wrappers/interface/ |
critical_section_wrapper.h | 28 // Tries to grab lock, beginning of a critical section. Will wait for the 29 // lock to become available if the grab failed. 32 // Returns a grabbed lock, end of critical section.
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
lockdep.h | 24 #define lockdep_init_map(lock, name, key) do { (void)(key); } while (0) 25 #define lockdep_set_class(lock, key) do { (void)(key); } while (0) 26 #define lockdep_set_class_and_name(lock, key, name) do { (void)(key); } while (0)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
lockdep.h | 24 #define lockdep_init_map(lock, name, key) do { (void)(key); } while (0) 25 #define lockdep_set_class(lock, key) do { (void)(key); } while (0) 26 #define lockdep_set_class_and_name(lock, key, name) do { (void)(key); } while (0)
|