Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/
H A Dexternal.cpp34 long ObjectRead(MyObject *);
44 std::thread t1([ref]{ ObjectRead(ref); }); in main()
45 std::thread t2([ref]{ ObjectRead(ref); }); in main()
57 std::thread t1([ref]{ ObjectRead(ref); }); in main()
H A Dexternal-lib.cpp13 long ObjectRead(MyObject *);
49 long ObjectRead(MyObject *ref) { in ObjectRead() function
H A Dexternal-noninstrumented-module.cpp14 long ObjectRead(MyObject *);