Searched refs:evthread_set_lock_callbacks (Results 1 - 5 of 5) sorted by relevance

/external/libevent/include/event2/
H A Dthread.h45 evthread_set_lock_callbacks() and evthread_set_condition_callbacks().
92 * locking. It's used to tell evthread_set_lock_callbacks() how to use
130 int evthread_set_lock_callbacks(const struct evthread_lock_callbacks *);
/external/libevent/
H A Devthread_pthread.c187 evthread_set_lock_callbacks(&cbs);
H A Devthread_win32.c329 evthread_set_lock_callbacks(&cbs);
H A Devthread.c93 evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs) function
/external/libevent/test/
H A Dregress_bufferevent.c291 evthread_set_lock_callbacks(NULL);
295 evthread_set_lock_callbacks(NULL);
313 evthread_set_lock_callbacks(&cbs);
324 evthread_set_lock_callbacks(NULL);

Completed in 131 milliseconds