Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:ThreadRole

4614 typedef int __attribute__((capability("role"))) ThreadRole;
4616 void acquire(ThreadRole R) __attribute__((exclusive_lock_function(R))) __attribute__((no_thread_safety_analysis)) {}
4617 void release(ThreadRole R) __attribute__((unlock_function(R))) __attribute__((no_thread_safety_analysis)) {}
4619 ThreadRole FlightControl, Logger;