Public Attributes | |
| uv_async_t | async_handle |
| unsigned int | num_connects |
| uv_sem_t | semaphore |
| handle_storage_t | server_handle |
| uv_thread_t | thread_id |
Definition at line 67 of file benchmark-multi-accept.c.
| uv_async_t server_ctx::async_handle |
Definition at line 70 of file benchmark-multi-accept.c.
| unsigned int server_ctx::num_connects |
Definition at line 69 of file benchmark-multi-accept.c.
| uv_sem_t server_ctx::semaphore |
Definition at line 72 of file benchmark-multi-accept.c.
| handle_storage_t server_ctx::server_handle |
Definition at line 68 of file benchmark-multi-accept.c.
| uv_thread_t server_ctx::thread_id |
Definition at line 71 of file benchmark-multi-accept.c.