Home
last modified time | relevance | path

Searched refs:thread_io_queue_add (Results 1 – 3 of 3) sorted by relevance

/memcached-1.6.32/
Dthread.c488 thread_io_queue_add(me, IO_QUEUE_EXTSTORE, me->storage, in setup_thread()
493 thread_io_queue_add(me, IO_QUEUE_PROXY, settings.proxy_ctx, proxy_submit_cb); in setup_thread()
501 thread_io_queue_add(me, IO_QUEUE_NONE, NULL, NULL); in setup_thread()
Dmemcached.h956 void thread_io_queue_add(LIBEVENT_THREAD *t, int type, void *ctx, io_queue_stack_cb cb);
Dmemcached.c568 void thread_io_queue_add(LIBEVENT_THREAD *t, int type, void *ctx, io_queue_stack_cb cb) { in thread_io_queue_add() function