Home
last modified time | relevance | path

Searched refs:tids (Results 1 – 1 of 1) sorted by relevance

/libuv/test/
H A Dbenchmark-async-pummel.c66 uv_thread_t* tids; in test_async_pummel() local
71 tids = calloc(nthreads, sizeof(tids[0])); in test_async_pummel()
72 ASSERT_NOT_NULL(tids); in test_async_pummel()
78 ASSERT_OK(uv_thread_create(tids + i, pummel, &handle)); in test_async_pummel()
88 ASSERT_OK(uv_thread_join(tids + i)); in test_async_pummel()
96 free(tids); in test_async_pummel()

Completed in 3 milliseconds