Home
last modified time | relevance | path

Searched refs:getter_thread (Results 1 - 1 of 1) sorted by relevance

/third_party/libuv/test/
H A Dtest-process-title-threadsafe.c83 uv_thread_t getter_thread; in TEST_IMPL() local
95 ASSERT_OK(uv_thread_create(&getter_thread, getter_thread_body, &getter_sem)); in TEST_IMPL()
104 ASSERT_OK(uv_thread_join(&getter_thread)); in TEST_IMPL()

Completed in 1 milliseconds