Home
last modified time | relevance | path

Searched defs:worker (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/test/tsan/
H A Dfork_atexit.cpp13 void *worker(void *unused) { in worker() function
H A Dpthread_atfork_deadlock.c11 void *worker(void *unused) { in worker() function
H A Dpthread_atfork_deadlock2.c13 void *worker(void *unused) { in worker() function
H A Dpthread_atfork_deadlock3.c15 void *worker(void *main) { in worker() function
/llvm-project/compiler-rt/test/msan/Linux/
H A Dforkpty.cpp13 int parent, worker; in main() local
/llvm-project/libcxx/test/std/thread/futures/futures.async/
H A Dasync_race.38682.pass.cpp28 static int worker(std::vector<int> const& data) { in worker() function
/llvm-project/clang/test/SemaCXX/
H A Darrow-operator.cpp62 wrapped_ptr<Worker> worker(new Worker); in test() local
/llvm-project/clang/test/FixIt/
H A Dfixit.cpp256 wrapped_ptr<Worker> worker(new Worker); in test() local
/llvm-project/clang/unittests/DirectoryWatcher/
H A DDirectoryWatcherTest.cpp255 std::thread worker(std::move(task)); in checkEventualResultWithTimeout() local