Home
last modified time | relevance | path

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

/external/libevent/
Devent.c146 static int evthread_notify_base(struct event_base *base);
509 evthread_notify_base(base); in notify_base_cbq_callback()
1518 r = evthread_notify_base(event_base); in event_base_loopbreak()
2029 evthread_notify_base(struct event_base *base) in evthread_notify_base() function
2187 evthread_notify_base(base); in event_add_internal()
2281 evthread_notify_base(base); in event_del_internal()
2344 evthread_notify_base(base); in event_active_nolock()
2891 evthread_notify_base(base); in event_base_del_virtual()
DChangeLog659 o Avoid needlessly calling evthread_notify_base() when the loop is not running (c7a06bf)