Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
ast_cond_t | cond |
int | count |
Serializer group shutdown control object.
Definition at line 1215 of file threadpool.c.
ast_cond_t cond |
Shutdown thread waits on this conditional.
Definition at line 1217 of file threadpool.c.
Referenced by ast_serializer_shutdown_group_alloc(), ast_serializer_shutdown_group_join(), serializer_shutdown_group_dec(), and serializer_shutdown_group_dtor().
int count |
Count of serializers needing to shutdown.
Definition at line 1219 of file threadpool.c.
Referenced by ast_serializer_shutdown_group_join(), serializer_shutdown_group_dec(), and serializer_shutdown_group_inc().