Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
GThreadPool * | pool |
int | count |
GCond | cond |
GMutex | data_mutex |
GThreadPool does not support pushing new work from a thread while waiting for the thread pool to finish. This data structure tracks ongoing work. See https://gitlab.gnome.org/GNOME/glib/issues/1598
int thread_pool::count |
Number of tasks that have not finished.