Searched refs:worker_async (Results 1 – 1 of 1) sorted by relevance
34 uv_async_t worker_async; /* wake up worker */ member44 struct ctx* ctx = container_of(handle, struct ctx, worker_async); in worker_async_cb()51 uv_close((uv_handle_t*) &ctx->worker_async, NULL); in worker_async_cb()58 ASSERT(0 == uv_async_send(&ctx->worker_async)); in main_async_cb()88 ASSERT(0 == uv_async_init(&ctx->loop, &ctx->worker_async, worker_async_cb)); in test_async()