Home
last modified time | relevance | path

Searched refs:ev_queue (Results 1 – 2 of 2) sorted by relevance

/memcached-1.6.32/
Dthread.c337 cq_push(t->ev_queue, item); in notify_worker()
356 while ( (item = cqi_new(t->ev_queue)) == NULL ) { in notify_worker_fd()
442 me->ev_queue = malloc(sizeof(struct conn_queue)); in setup_thread()
443 if (me->ev_queue == NULL) { in setup_thread()
447 cq_init(me->ev_queue); in setup_thread()
613 item = cq_pop(me->ev_queue); in thread_libevent_process()
672 cqi_free(me->ev_queue, item); in thread_libevent_process()
783 item = cqi_new(thread->ev_queue); in dispatch_conn_new()
Dmemcached.h729 struct conn_queue *ev_queue; /* Worker/conn event queue */ member