ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Fields
thread_queue_t Struct Reference

#include <thread_queue.h>

Collaboration diagram for thread_queue_t:
Collaboration graph
[legend]

Data Fields

size_t num_threads
 
ABTI_thread * p_head
 
ABTI_thread * p_tail
 
ABTD_atomic_int is_empty
 

Detailed Description

Definition at line 12 of file thread_queue.h.

Field Documentation

◆ is_empty

ABTD_atomic_int thread_queue_t::is_empty

Definition at line 18 of file thread_queue.h.

◆ num_threads

size_t thread_queue_t::num_threads

Definition at line 13 of file thread_queue.h.

Referenced by thread_queue_get_size(), thread_queue_init(), and thread_queue_print_all().

◆ p_head

ABTI_thread* thread_queue_t::p_head

Definition at line 14 of file thread_queue.h.

Referenced by thread_queue_init().

◆ p_tail

ABTI_thread* thread_queue_t::p_tail

Definition at line 15 of file thread_queue.h.

Referenced by thread_queue_init().


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