Motr  M0
thread_group Struct Reference
Collaboration diagram for thread_group:
Collaboration graph

Data Fields

struct m0_thread tg_controller
 
struct m0_thread tg_threads [NR_THREADS_TG]
 
struct tg_worker tg_workers [NR_THREADS_TG]
 
struct m0_semaphore tg_sem_init
 
struct m0_semaphore tg_sem_resume
 
struct m0_semaphore tg_sem_done
 
struct tg_timer tg_timers [NR_TIMERS_TG]
 
struct m0_timer_locality tg_loc
 
unsigned int tg_seed
 

Detailed Description

Definition at line 61 of file timer.c.

Field Documentation

◆ tg_controller

struct m0_thread tg_controller

Definition at line 62 of file timer.c.

◆ tg_loc

struct m0_timer_locality tg_loc

Definition at line 69 of file timer.c.

◆ tg_seed

unsigned int tg_seed

Definition at line 70 of file timer.c.

◆ tg_sem_done

struct m0_semaphore tg_sem_done

Definition at line 67 of file timer.c.

◆ tg_sem_init

struct m0_semaphore tg_sem_init

Definition at line 65 of file timer.c.

◆ tg_sem_resume

struct m0_semaphore tg_sem_resume

Definition at line 66 of file timer.c.

◆ tg_threads

struct m0_thread tg_threads[NR_THREADS_TG]

Definition at line 63 of file timer.c.

◆ tg_timers

struct tg_timer tg_timers[NR_TIMERS_TG]

Definition at line 68 of file timer.c.

◆ tg_workers

struct tg_worker tg_workers[NR_THREADS_TG]

Definition at line 64 of file timer.c.


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