FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vlib_thread_registration_ Struct Reference
+ Collaboration diagram for vlib_thread_registration_:

Data Fields

struct vlib_thread_registration_next
 
char * name
 
char * short_name
 
vlib_thread_function_tfunction
 
uword mheap_size
 
int fixed_count
 
u32 count
 
int no_data_structure_clone
 
u32 frame_queue_nelts
 
int use_pthreads
 
u32 first_index
 
uwordcoremask
 

Detailed Description

Definition at line 44 of file threads.h.

Field Documentation

uword* vlib_thread_registration_::coremask

Definition at line 62 of file threads.h.

u32 vlib_thread_registration_::count

Definition at line 55 of file threads.h.

u32 vlib_thread_registration_::first_index

Definition at line 61 of file threads.h.

int vlib_thread_registration_::fixed_count

Definition at line 54 of file threads.h.

u32 vlib_thread_registration_::frame_queue_nelts

Definition at line 57 of file threads.h.

vlib_thread_function_t* vlib_thread_registration_::function

Definition at line 52 of file threads.h.

uword vlib_thread_registration_::mheap_size

Definition at line 53 of file threads.h.

char* vlib_thread_registration_::name

Definition at line 50 of file threads.h.

struct vlib_thread_registration_* vlib_thread_registration_::next

Definition at line 47 of file threads.h.

int vlib_thread_registration_::no_data_structure_clone

Definition at line 56 of file threads.h.

char* vlib_thread_registration_::short_name

Definition at line 51 of file threads.h.

int vlib_thread_registration_::use_pthreads

Definition at line 60 of file threads.h.


The documentation for this struct was generated from the following file: