Asterisk - The Open Source Telephony Project GIT-master-ff80666
|
Sorcery object created based on backend data. More...
Public Member Functions | |
SORCERY_OBJECT (details) | |
Data Fields | |
ast_cond_t | cond |
int | done |
int | executed |
int | interval |
int | is_servant |
ast_mutex_t | lock |
int | no_clear_done |
int | sleep |
struct timeval | task_end |
struct timeval | task_start |
struct ast_taskprocessor * | taskprocessor |
struct ast_test * | test |
struct timeval | test_start |
pthread_t | tid |
Sorcery object created based on backend data.
Definition at line 45 of file test_res_pjsip_scheduler.c.
SORCERY_OBJECT | ( | details | ) |
ast_cond_t cond |
Definition at line 47 of file test_res_pjsip_scheduler.c.
Referenced by AST_TEST_DEFINE(), data_cleanup(), handle_cli_taskpool_push_efficiency(), handle_cli_taskpool_push_serializer_efficiency(), simple_task(), test_alloc(), and test_destroy().
int done |
Definition at line 55 of file test_res_pjsip_scheduler.c.
int executed |
Definition at line 46 of file test_taskpool.c.
Referenced by AST_TEST_DEFINE(), and simple_task().
int interval |
Definition at line 53 of file test_res_pjsip_scheduler.c.
int is_servant |
Definition at line 52 of file test_res_pjsip_scheduler.c.
ast_mutex_t lock |
Definition at line 46 of file test_res_pjsip_scheduler.c.
Referenced by AST_TEST_DEFINE(), data_cleanup(), handle_cli_taskpool_push_efficiency(), handle_cli_taskpool_push_serializer_efficiency(), simple_task(), test_alloc(), and test_destroy().
int no_clear_done |
Definition at line 56 of file test_res_pjsip_scheduler.c.
int sleep |
Definition at line 54 of file test_res_pjsip_scheduler.c.
struct timeval task_end |
Definition at line 51 of file test_res_pjsip_scheduler.c.
struct timeval task_start |
Definition at line 50 of file test_res_pjsip_scheduler.c.
struct ast_taskprocessor* taskprocessor |
Definition at line 47 of file test_taskpool.c.
Referenced by AST_TEST_DEFINE(), and simple_task().
struct ast_test* test |
Definition at line 57 of file test_res_pjsip_scheduler.c.
struct timeval test_start |
Definition at line 49 of file test_res_pjsip_scheduler.c.
pthread_t tid |
Definition at line 48 of file test_res_pjsip_scheduler.c.