#include "common.h"#include "config.h"#include "collection.h"#include "linked_list.h"Go to the source code of this file.
Data Structures | |
| struct | _cp_priority_list |
Defines | |
| #define | PRIORITY_LIST_IMMEDIATE 1 |
| #define | PRIORITY_LIST_NORMAL 2 |
| #define | cp_priority_list_create(immediate, normal_priorities, weights) |
| #define | cp_priority_list_get_next(l) cp_priority_list_get_next_by_option((l), (l)->mode) |
| #define | cp_priority_list_rdlock(list) cp_priority_list_lock(list, COLLECTION_LOCK_READ) |
| #define | cp_priority_list_wrlock(list) cp_priority_list_lock(list, COLLECTION_LOCK_WRITE) |
Typedefs | |
|
typedef CPROPS_DLL struct _cp_priority_list | cp_priority_list |
Definition in file priority_list.h.
1.3.9.1