![]() |
#include <aerospike/as_queue.h>
#include <pthread.h>
#include <stdint.h>
#include <stdbool.h>
#include <unistd.h>
Go to the source code of this file.
Data Structures | |
struct | as_event_loop |
Functions | |
void | as_event_close_loops () |
as_event_loop * | as_event_create_loops (uint32_t capacity) |
as_event_loop * | as_event_loop_find (void *loop) |
static as_event_loop * | as_event_loop_get () |
static as_event_loop * | as_event_loop_get_by_index (uint32_t index) |
as_event_loop * | as_event_set_external_loop (void *loop) |
bool | as_event_set_external_loop_capacity (uint32_t capacity) |
Variables | |
as_event_loop * | as_event_loop_current |
uint32_t | as_event_loop_size |
as_event_loop * | as_event_loops |
as_event_loop* as_event_loop_current |
uint32_t as_event_loop_size |
as_event_loop* as_event_loops |