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

Data Fields

int continue_task
 
ast_mutex_t lock
 
ast_cond_t notify_cond
 
ast_cond_t stall_cond
 
int task_executed
 
int task_started
 

Detailed Description

Definition at line 1299 of file test_threadpool.c.

Field Documentation

◆ continue_task

int continue_task

Definition at line 1302 of file test_threadpool.c.

Referenced by complex_task(), and poke_worker().

◆ lock

◆ notify_cond

ast_cond_t notify_cond

◆ stall_cond

ast_cond_t stall_cond

◆ task_executed

int task_executed

Definition at line 1301 of file test_threadpool.c.

Referenced by complex_task(), and wait_for_complex_completion().

◆ task_started

int task_started

Definition at line 1300 of file test_threadpool.c.

Referenced by complex_task(), has_complex_started(), and wait_for_complex_start().


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