FD.io VPP  v20.01-48-g3e0dafb74
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 28 of file threads.h.

Field Documentation

◆ coremask

uword* vlib_thread_registration_::coremask

Definition at line 46 of file threads.h.

◆ count

u32 vlib_thread_registration_::count

Definition at line 39 of file threads.h.

◆ first_index

u32 vlib_thread_registration_::first_index

Definition at line 45 of file threads.h.

◆ fixed_count

int vlib_thread_registration_::fixed_count

Definition at line 38 of file threads.h.

◆ frame_queue_nelts

u32 vlib_thread_registration_::frame_queue_nelts

Definition at line 41 of file threads.h.

◆ function

vlib_thread_function_t* vlib_thread_registration_::function

Definition at line 36 of file threads.h.

◆ mheap_size

uword vlib_thread_registration_::mheap_size

Definition at line 37 of file threads.h.

◆ name

char* vlib_thread_registration_::name

Definition at line 34 of file threads.h.

◆ next

struct vlib_thread_registration_* vlib_thread_registration_::next

Definition at line 31 of file threads.h.

◆ no_data_structure_clone

int vlib_thread_registration_::no_data_structure_clone

Definition at line 40 of file threads.h.

◆ short_name

char* vlib_thread_registration_::short_name

Definition at line 35 of file threads.h.

◆ use_pthreads

int vlib_thread_registration_::use_pthreads

Definition at line 44 of file threads.h.


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