Searched refs:tids (Results 1 – 1 of 1) sorted by relevance
66 uv_thread_t* tids; in test_async_pummel() local71 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 4 milliseconds