HomeSort by relevance Sort by last modified time
    Searched refs:LOCKABLE (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/system_wrappers/include/
critical_section_wrapper.h 21 class LOCKABLE CriticalSectionWrapper {
rw_lock_wrapper.h 22 class LOCKABLE RWLockWrapper {
  /external/webrtc/webrtc/base/
criticalsection.h 44 class LOCKABLE CriticalSection {
103 class LOCKABLE GlobalLockPod {
sharedexclusivelock.h 22 class LOCKABLE SharedExclusiveLock {
thread_annotations.h 73 // Document if a class/type is a lockable type (such as the Mutex class).
74 #define LOCKABLE THREAD_ANNOTATION_ATTRIBUTE__(lockable)
76 // Document if a class is a scoped lockable type (such as the MutexLock class).
criticalsection_unittest.cc 114 class LOCKABLE CriticalSectionLock {
  /art/runtime/base/
macros.h 94 #define LOCKABLE CAPABILITY("mutex")
mutex.h 228 class LOCKABLE Mutex : public BaseMutex {
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 3 #define LOCKABLE __attribute__ ((lockable))
28 struct LOCKABLE Mutex {};
  /external/clang/test/SemaCXX/
warn-thread-safety-verbose.cpp 3 #define LOCKABLE __attribute__ ((lockable))
27 class __attribute__((lockable)) Mutex {
warn-thread-safety-parsing.cpp 3 #define LOCKABLE __attribute__ ((lockable))
27 class LOCKABLE Mutex {
215 // Lockable Attribute (l)
220 #if !__has_attribute(lockable)
221 #error "Should support lockable attribute"
224 class LOCKABLE LTestClass {
227 class __attribute__((lockable (1))) LTestClass_args { // \
228 // expected-error {{'lockable' attribute takes no arguments}}
231 void l_test_function() LOCKABLE; // \
    [all...]
warn-thread-safety-negative.cpp 6 #define LOCKABLE __attribute__ ((lockable))
30 class __attribute__((lockable)) Mutex {
warn-thread-safety-analysis.cpp 6 #define LOCKABLE __attribute__((lockable))
30 class LOCKABLE Mutex {
    [all...]
  /external/clang/test/PCH/
thread-safety-attrs.cpp 11 #define LOCKABLE __attribute__ ((lockable))
33 class __attribute__((lockable)) Mutex {
  /art/runtime/mirror/
object.h 74 class MANAGED LOCKABLE Object {
    [all...]

Completed in 288 milliseconds