
Data Fields | |
| void ** | tab |
| long | tab_size |
| long | start |
| long | len |
| Mutex * | single_operation_lock |
| Mutex * | permanent_lock |
| pthread_cond_t | nonempty |
| long | num_producers |
|
|
|
Definition at line 110 of file list.c. Referenced by gwlist_append(), gwlist_append_unique(), gwlist_consume(), gwlist_create_real(), gwlist_destroy(), gwlist_insert(), gwlist_remove_producer(), gwlist_timed_consume(), and gwlist_wait_until_nonempty(). |
|
|
Definition at line 111 of file list.c. Referenced by gwlist_add_producer(), gwlist_consume(), gwlist_create_real(), gwlist_producer_count(), gwlist_remove_producer(), gwlist_timed_consume(), and gwlist_wait_until_nonempty(). |
|
|
Definition at line 109 of file list.c. Referenced by gwlist_create_real(), gwlist_destroy(), gwlist_lock(), and gwlist_unlock(). |
|
|
Definition at line 108 of file list.c. Referenced by gwlist_consume(), gwlist_create_real(), gwlist_destroy(), gwlist_timed_consume(), gwlist_wait_until_nonempty(), lock(), and unlock(). |
|
|
Definition at line 106 of file list.c. Referenced by delete_items_from_list(), gwlist_create_real(), and make_bigger(). |
|
|
Definition at line 104 of file list.c. Referenced by delete_items_from_list(), dict_create(), gwlist_append(), gwlist_append_unique(), gwlist_create_real(), gwlist_destroy(), gwlist_insert(), and make_bigger(). |
|
|
Definition at line 105 of file list.c. Referenced by delete_items_from_list(), gwlist_create_real(), and make_bigger(). |