Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
thread_pool Struct Reference

Public Attributes

GThreadPool * pool
 
int count
 
GCond cond
 
GMutex data_mutex
 

Detailed Description

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

Member Data Documentation

◆ count

int thread_pool::count

Number of tasks that have not finished.


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