Home
last modified time | relevance | path

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

/dports/databases/memcached/memcached-1.6.12/
H A Dthread.c474 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 Dmemcached.h876 void thread_io_queue_add(LIBEVENT_THREAD *t, int type, void *ctx, io_queue_stack_cb cb, io_queue_st…
H A Dmemcached.c562 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