Home
last modified time | relevance | path

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

/memcached-1.4.29/
H A Dthread.c81 static void thread_libevent_process(int fd, short which, void *arg);
337 EV_READ | EV_PERSIST, thread_libevent_process, me); in setup_thread()
390 static void thread_libevent_process(int fd, short which, void *arg) { in thread_libevent_process() function