Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp1897 class CellDelayed { class
1903 void fooEx(CellDelayed<T> *other) EXCLUSIVE_LOCKS_REQUIRED(mu_, other->mu_) { in fooEx()
1908 void fooExT(CellDelayed<T2> *otherT) EXCLUSIVE_LOCKS_REQUIRED(mu_, otherT->mu_) { in fooExT()
1923 CellDelayed<int> celld; in testDelayed()
1924 CellDelayed<int> celld2; in testDelayed()