Searched defs:worker (Results 1 – 9 of 9) sorted by relevance
13 void *worker(void *unused) { in worker() function
11 void *worker(void *unused) { in worker() function
15 void *worker(void *main) { in worker() function
13 int parent, worker; in main() local
28 static int worker(std::vector<int> const& data) { in worker() function
62 wrapped_ptr<Worker> worker(new Worker); in test() local
256 wrapped_ptr<Worker> worker(new Worker); in test() local
255 std::thread worker(std::move(task)); in checkEventualResultWithTimeout() local