Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
test_listener_data Struct Reference
Collaboration diagram for test_listener_data:
Collaboration graph
[legend]

Data Fields

ast_cond_t cond
 
int empty_notice
 
ast_mutex_t lock
 
int num_active
 
int num_idle
 
int num_tasks
 
int task_pushed
 
int was_empty
 

Detailed Description

Definition at line 42 of file test_threadpool.c.

Field Documentation

◆ cond

ast_cond_t cond

◆ empty_notice

int empty_notice

Definition at line 47 of file test_threadpool.c.

Referenced by listener_check(), test_emptied(), and wait_for_empty_notice().

◆ lock

◆ num_active

int num_active

Definition at line 43 of file test_threadpool.c.

Referenced by listener_check(), test_state_changed(), and wait_until_thread_state().

◆ num_idle

int num_idle

Definition at line 44 of file test_threadpool.c.

Referenced by listener_check(), test_state_changed(), and wait_until_thread_state().

◆ num_tasks

int num_tasks

◆ task_pushed

int task_pushed

Definition at line 45 of file test_threadpool.c.

Referenced by listener_check(), test_task_pushed(), and wait_for_task_pushed().

◆ was_empty

int was_empty

Definition at line 48 of file test_threadpool.c.

Referenced by listener_check(), and test_task_pushed().


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