Searched refs:evthread_notify_base (Results 1 – 2 of 2) sorted by relevance
166 static int evthread_notify_base(struct event_base *base);1867 r = evthread_notify_base(event_base); in event_base_loopbreak()1886 r = evthread_notify_base(event_base); in event_base_loopcontinue()2541 evthread_notify_base(struct event_base *base) in evthread_notify_base() function2761 evthread_notify_base(base); in event_add_nolock_()2878 evthread_notify_base(base); in event_del_nolock_()3031 evthread_notify_base(base); in event_callback_activate_nolock_()3045 evthread_notify_base(base); in event_callback_activate_later_nolock_()3886 evthread_notify_base(base); in event_base_del_virtual_()
595 o Avoid needlessly calling evthread_notify_base() when the loop is not running (c7a06bf)