Searched refs:evthread_notify_base (Results 1 – 2 of 2) sorted by relevance
162 static int evthread_notify_base(struct event_base *base);1822 r = evthread_notify_base(event_base); in event_base_loopbreak()1841 r = evthread_notify_base(event_base); in event_base_loopcontinue()2491 evthread_notify_base(struct event_base *base) in evthread_notify_base() function2711 evthread_notify_base(base); in event_add_nolock_()2839 evthread_notify_base(base); in event_del_nolock_()2976 evthread_notify_base(base); in event_callback_activate_nolock_()2990 evthread_notify_base(base); in event_callback_activate_later_nolock_()3806 evthread_notify_base(base); in event_base_del_virtual_()
595 o Avoid needlessly calling evthread_notify_base() when the loop is not running (c7a06bf)