![]() |
FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Collaboration diagram for vlib_worker_thread_t:Public Member Functions | |
| CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
| CLIB_CACHE_LINE_ALIGN_MARK (cacheline1) | |
Data Fields | |
| volatile u32 * | wait_at_barrier |
| volatile u32 * | workers_at_barrier |
| void * | thread_mheap |
| u8 * | thread_stack |
| void(* | thread_function )(void *) |
| void * | thread_function_arg |
| i64 | recursion_level |
| elog_track_t | elog_track |
| u32 | instance_id |
| vlib_thread_registration_t * | registration |
| u8 * | name |
| u64 | barrier_sync_count |
| volatile u32 * | node_reforks_required |
| long | lwp |
| int | lcore_id |
| pthread_t | thread_id |
| vlib_worker_thread_t::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
| vlib_worker_thread_t::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline1 | ) |
| elog_track_t vlib_worker_thread_t::elog_track |
| vlib_thread_registration_t* vlib_worker_thread_t::registration |