Asterisk - The Open Source Telephony Project
21.4.1
|
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.
int count |
Count of serializers needing to shutdown.
Definition at line 1219 of file threadpool.c.