HomeSort by: relevance | last modified time | path
    Searched defs:check_thread (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-thread-equal.c 28 static void check_thread(void* arg) { function
45 ASSERT_OK(uv_thread_create(threads + 0, check_thread, subthreads + 0));
46 ASSERT_OK(uv_thread_create(threads + 1, check_thread, subthreads + 1));
test-thread-equal.c 28 static void check_thread(void* arg) { function
45 ASSERT_OK(uv_thread_create(threads + 0, check_thread, subthreads + 0));
46 ASSERT_OK(uv_thread_create(threads + 1, check_thread, subthreads + 1));
test-thread-equal.c 28 static void check_thread(void* arg) { function
45 ASSERT_OK(uv_thread_create(threads + 0, check_thread, subthreads + 0));
46 ASSERT_OK(uv_thread_create(threads + 1, check_thread, subthreads + 1));
test-thread-equal.c 28 static void check_thread(void* arg) { function
45 ASSERT_OK(uv_thread_create(threads + 0, check_thread, subthreads + 0));
46 ASSERT_OK(uv_thread_create(threads + 1, check_thread, subthreads + 1));

Completed in 113 milliseconds