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

  /external/clang/test/SemaCXX/
warn-thread-safety-verbose.cpp 13 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__ ((assert_exclusive_lock(__VA_ARGS__)))
39 void AssertHeld() ASSERT_EXCLUSIVE_LOCK();
warn-thread-safety-negative.cpp 16 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__ ((assert_exclusive_lock(__VA_ARGS__)))
42 void AssertHeld() ASSERT_EXCLUSIVE_LOCK();
warn-thread-safety-parsing.cpp 13 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__ ((assert_exclusive_lock(__VA_ARGS__)))
36 void AssertHeld() ASSERT_EXCLUSIVE_LOCK();
    [all...]
warn-thread-safety-analysis.cpp 16 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__((assert_exclusive_lock(__VA_ARGS__)))
42 void AssertHeld() ASSERT_EXCLUSIVE_LOCK();
    [all...]
  /external/clang/test/Sema/
warn-thread-safety-analysis.c 13 #define ASSERT_EXCLUSIVE_LOCK(...) __attribute__ ((assert_exclusive_lock(__VA_ARGS__)))

Completed in 67 milliseconds