Searched refs:thread_io_queue_add (Results 1 – 3 of 3) sorted by relevance
| /memcached-1.6.32/ |
| D | thread.c | 488 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()
|
| D | memcached.h | 956 void thread_io_queue_add(LIBEVENT_THREAD *t, int type, void *ctx, io_queue_stack_cb cb);
|
| D | memcached.c | 568 void thread_io_queue_add(LIBEVENT_THREAD *t, int type, void *ctx, io_queue_stack_cb cb) { in thread_io_queue_add() function
|