Searched refs:thread_io_queue_add (Results 1 – 3 of 3) sorted by relevance
/dports/databases/memcached/memcached-1.6.12/ |
H A D | thread.c | 474 thread_io_queue_add(me, IO_QUEUE_EXTSTORE, me->storage, in setup_thread() 478 thread_io_queue_add(me, IO_QUEUE_NONE, NULL, NULL, NULL, NULL, NULL); in setup_thread()
|
H A D | memcached.h | 876 void thread_io_queue_add(LIBEVENT_THREAD *t, int type, void *ctx, io_queue_stack_cb cb, io_queue_st…
|
H A D | memcached.c | 562 void thread_io_queue_add(LIBEVENT_THREAD *t, int type, void *ctx, io_queue_stack_cb cb, io_queue_st… in thread_io_queue_add() function
|