Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
task_data Struct Reference

userdata associated with baseline taskprocessor test More...

Collaboration diagram for task_data:
Collaboration graph
[legend]

Data Fields

ast_cond_t cond
 
ast_mutex_t lock
 
int task_complete
 
unsigned long wait_time
 

Detailed Description

userdata associated with baseline taskprocessor test

Definition at line 44 of file test_taskprocessor.c.

Field Documentation

◆ cond

ast_cond_t cond

Definition at line 46 of file test_taskprocessor.c.

Referenced by task(), task_data_create(), task_data_dtor(), and task_wait().

◆ lock

◆ task_complete

int task_complete

Boolean indicating that the task was run

Definition at line 50 of file test_taskprocessor.c.

Referenced by task(), task_data_create(), and task_wait().

◆ wait_time

unsigned long wait_time

Milliseconds to wait before returning

Definition at line 52 of file test_taskprocessor.c.

Referenced by AST_TEST_DEFINE(), task(), and task_data_create().


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