Go to the source code of this file.
Data Structures | |
struct | _WSMngSearchAtom |
Structure holding all data for each thread to properly run. More... | |
Thread utilities | |
typedef _WSMngSearchAtom | WSMngSearchAtom |
Structure holding all data for each thread to properly run. | |
gboolean | try_lock_was_locked (WSMngSearchData *data, gchar *fun) |
Try to lock mutex and tell if it was locked before. | |
gboolean | is_rec_locked (GStaticRecMutex *m) |
Tell if given mutex is locked. | |
void | stop_if_needed (WSMngSearchAtom *data) |
Check if current thread should be terminated. | |
void | free_search_atom (WSMngSearchAtom *data) |
Clear memmory after not neede anymore WSMngSearchAtom structure. | |
WSMngSearchAtom * | create_search_atom (WSMngSearchData *app_data, gchar *word) |
Create new WSMngSearchAtom structure. |
Definition in file ws_mng_threads_utils.h.