Public Attributes | |
| upb_Arena * | arena |
| uv_loop_t | loop |
| uv_async_t | main_async |
| unsigned int | main_seen |
| unsigned int | main_sent |
| unsigned int | nthreads |
| const conformance_ConformanceRequest * | request |
| conformance_ConformanceResponse * | response |
| const upb_DefPool * | symtab |
| uv_thread_t | thread |
| uv_async_t | worker_async |
| unsigned int | worker_seen |
| unsigned int | worker_sent |
Definition at line 30 of file benchmark-async.c.
| upb_Arena* ctx::arena |
Definition at line 84 of file conformance_upb.c.
| uv_loop_t ctx::loop |
Definition at line 31 of file benchmark-async.c.
| uv_async_t ctx::main_async |
Definition at line 33 of file benchmark-async.c.
| unsigned int ctx::main_seen |
Definition at line 37 of file benchmark-async.c.
| unsigned int ctx::main_sent |
Definition at line 36 of file benchmark-async.c.
| unsigned int ctx::nthreads |
Definition at line 35 of file benchmark-async.c.
| const conformance_ConformanceRequest* ctx::request |
Definition at line 82 of file conformance_upb.c.
| conformance_ConformanceResponse* ctx::response |
Definition at line 83 of file conformance_upb.c.
| const upb_DefPool* ctx::symtab |
Definition at line 85 of file conformance_upb.c.
| uv_thread_t ctx::thread |
Definition at line 32 of file benchmark-async.c.
| uv_async_t ctx::worker_async |
Definition at line 34 of file benchmark-async.c.
| unsigned int ctx::worker_seen |
Definition at line 39 of file benchmark-async.c.
| unsigned int ctx::worker_sent |
Definition at line 38 of file benchmark-async.c.