Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Data Structures | |
struct | producer_info |
struct | Item |
Macros | |
#define | NUM_PRODUCERS (4) |
#define | NUM_CONSUMERS (4) |
#define | NUM_ITEMS_PER_PRODUCER (1*1000) |
Functions | |
static Item * | new_item (long producer, long num, long index) |
static void | producer (void *arg) |
static void | consumer (void *arg) |
static void | init_received (void) |
static void | main_for_producer_and_consumer (void) |
static int | compare_cstr (void *item, void *pat) |
static void | main_for_list_add_and_delete (void) |
static void | main_for_extract (void) |
int | main (void) |
Variables | |
static char | received [NUM_PRODUCERS *NUM_ITEMS_PER_PRODUCER] |
#define NUM_CONSUMERS (4) |
Definition at line 68 of file check_list.c.
Referenced by main_for_producer_and_consumer().
#define NUM_ITEMS_PER_PRODUCER (1*1000) |
Definition at line 69 of file check_list.c.
Referenced by main_for_producer_and_consumer(), and producer().
#define NUM_PRODUCERS (4) |
Definition at line 67 of file check_list.c.
Referenced by main_for_producer_and_consumer().
|
static |
Definition at line 181 of file check_list.c.
Referenced by main_for_extract(), and main_for_list_add_and_delete().
|
static |
Definition at line 113 of file check_list.c.
References gwlist_consume(), Item::index, producer_info::list, and received.
Referenced by main_for_producer_and_consumer().
|
static |
Definition at line 128 of file check_list.c.
References received.
Referenced by main_for_producer_and_consumer().
int main | ( | void | ) |
Definition at line 269 of file check_list.c.
References GW_INFO, gwlib_init(), gwlib_shutdown(), log_set_output_level(), main_for_extract(), main_for_list_add_and_delete(), and main_for_producer_and_consumer().
|
static |
Definition at line 223 of file check_list.c.
References compare_cstr(), gwlist_append(), gwlist_create, gwlist_destroy(), gwlist_extract_matching(), gwlist_get(), gwlist_len(), producer_info::list, and panic.
Referenced by main().
|
static |
Definition at line 189 of file check_list.c.
References compare_cstr(), gwlist_append(), gwlist_create, gwlist_delete_equal(), gwlist_delete_matching(), gwlist_destroy(), gwlist_get(), gwlist_len(), producer_info::list, and panic.
Referenced by main().
|
static |
Definition at line 133 of file check_list.c.
References consumer(), error(), gwlist_add_producer(), gwlist_create, gwlist_delete(), gwlist_get(), gwlist_len(), gwthread_create, gwthread_join_every(), producer_info::id, Item::index, init_received(), producer_info::list, Item::num, NUM_CONSUMERS, NUM_ITEMS_PER_PRODUCER, NUM_PRODUCERS, panic, Item::producer, producer(), received, producer_info::start_index, and warning().
Referenced by main().
|
static |
Definition at line 88 of file check_list.c.
References Item::index, Item::num, Item::producer, and producer().
Referenced by add_tid(), and producer().
|
static |
Definition at line 99 of file check_list.c.
References gwlist_produce(), gwlist_remove_producer(), gwthread_self(), info(), new_item(), and NUM_ITEMS_PER_PRODUCER.
Referenced by main_for_producer_and_consumer(), and new_item().
|
static |
Definition at line 78 of file check_list.c.
Referenced by consumer(), init_received(), and main_for_producer_and_consumer().