Home
last modified time | relevance | path

Searched refs:ThreadRole (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-capabilities.c3 typedef int __attribute__((capability("role"))) ThreadRole; typedef
27 ThreadRole GUI, Worker;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp5252 typedef int __attribute__((capability("role"))) ThreadRole; typedef
5254 void acquire(ThreadRole R) EXCLUSIVE_LOCK_FUNCTION(R) NO_THREAD_SAFETY_ANALYSIS {} in acquire()
5255 void release(ThreadRole R) UNLOCK_FUNCTION(R) NO_THREAD_SAFETY_ANALYSIS {} in release()
5257 ThreadRole FlightControl, Logger;