#include "common.h"#include "config.h"#include "collection.h"#include "mempool.h"Go to the source code of this file.
Data Structures | |
| struct | _cp_list_entry |
| struct | _cp_list |
| struct | _cp_list_iterator |
Definition in file linked_list.h.
|
|
Set a read lock on the object. Definition at line 217 of file linked_list.h. |
|
|
Set a write lock on the object. Definition at line 222 of file linked_list.h. |
|
|
doubly linked list type. Referenced by cp_hashlist_iterator_to_key(), cp_list_create(), cp_list_create_list(), cp_priority_list_create_by_option(), and lookup_internal(). |
|
|
iterator helper-class of cp_list. Referenced by cp_list_create_iterator(), and cp_thread_pool_stop(). |
|
|
Internal object that references the content and links to the neighbour entries. Referenced by cp_list_append(), cp_list_callback(), cp_list_insert(), cp_list_insert_after(), cp_list_insert_before(), cp_list_iterator_append(), cp_list_iterator_insert(), cp_list_iterator_remove(), cp_list_remove(), cp_list_remove_head(), cp_list_remove_tail(), and cp_list_search(). |
1.3.9.1