Home
last modified time | relevance | path

Searched refs:uv_thread_join (Results 1 – 25 of 41) sorted by relevance

12

/third_party/libuv/test/
Dtest-thread.c126 r = uv_thread_join(&tid); in TEST_IMPL()
153 ASSERT(0 == uv_thread_join(threads + 0)); in TEST_IMPL()
154 ASSERT(0 == uv_thread_join(threads + 1)); in TEST_IMPL()
191 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
203 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
208 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
213 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
218 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
224 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
229 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
[all …]
Dtest-barrier.c59 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
80 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
100 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
135 ASSERT(0 == uv_thread_join(&threads[i])); in TEST_IMPL()
Dtest-condvar.c139 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
158 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
203 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
222 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
Dtest-thread-equal.c47 ASSERT(0 == uv_thread_join(threads + 0)); in TEST_IMPL()
48 ASSERT(0 == uv_thread_join(threads + 1)); in TEST_IMPL()
Dtest-process-title-threadsafe.c102 ASSERT(0 == uv_thread_join(&setter_threads[i])); in TEST_IMPL()
105 ASSERT_EQ(0, uv_thread_join(&getter_thread)); in TEST_IMPL()
Dtest-semaphore.c66 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
87 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
Dbenchmark-thread.c52 r = uv_thread_join(&tid); in BENCHMARK_IMPL()
Dtest-async-null-cb.c60 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
Dtest-signal-multiple-loops.c270 r = uv_thread_join(&signal_handling_threads[i]); in TEST_IMPL()
279 r = uv_thread_join(&loop_creating_threads[i]); in TEST_IMPL()
Dtest-async.c130 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
Dtest-embed.c132 uv_thread_join(&embed_thread); in TEST_IMPL()
Dbenchmark-async-pummel.c87 ASSERT(0 == uv_thread_join(tids + i)); in test_async_pummel()
Dbenchmark-million-async.c63 ASSERT(0 == uv_thread_join(&thread_id)); in timer_cb()
Dtest-metrics.c106 uv_thread_join(&threads[i]); in TEST_IMPL()
Dtest-pipe-set-non-blocking.c117 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
Dbenchmark-async.c100 ASSERT(0 == uv_thread_join(&threads[i].thread)); in test_async()
Dtest-mutexes.c175 ASSERT(0 == uv_thread_join(&thread)); in TEST_IMPL()
/third_party/libuv/docs/code/thread-create/
Dmain.c33 uv_thread_join(&hare_id); in main()
34 uv_thread_join(&tortoise_id); in main()
/third_party/libuv/docs/code/signal/
Dmain.c63 uv_thread_join(&thread1); in main()
64 uv_thread_join(&thread2); in main()
/third_party/node/test/node-api/test_threadsafe_function/
Dbinding.c172 uv_thread_join(&the_threads[0]); in join_the_threads()
174 uv_thread_join(&the_threads[1]); in join_the_threads()
/third_party/node/test/node-api/test_instance_data/
Dtest_instance_data.c152 uv_thread_join(&data->thread) == 0, in FinalizeThreadsafeFunction()
/third_party/node/src/tracing/
Dagent.cc151 uv_thread_join(&thread_); in StopTracing()
/third_party/libuv/src/
Dthreadpool.c179 if (uv_thread_join(threads + i)) in uv__threadpool_cleanup()
/third_party/node/src/
Dnode_watchdog.cc71 uv_thread_join(&thread_); in ~Watchdog()
/third_party/libuv/src/win/
Dthread.c202 int uv_thread_join(uv_thread_t *tid) { in uv_thread_join() function

12