Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devent.c162 static int evthread_notify_base(struct event_base *base);
1775 r = evthread_notify_base(event_base); in event_base_loopbreak()
1794 r = evthread_notify_base(event_base); in event_base_loopcontinue()
2444 evthread_notify_base(struct event_base *base) in evthread_notify_base() function
2664 evthread_notify_base(base); in event_add_nolock_()
2792 evthread_notify_base(base); in event_del_nolock_()
2929 evthread_notify_base(base); in event_callback_activate_nolock_()
2943 evthread_notify_base(base); in event_callback_activate_later_nolock_()
3756 evthread_notify_base(base); in event_base_del_virtual_()
H A DChangeLog-2.0595 o Avoid needlessly calling evthread_notify_base() when the loop is not running (c7a06bf)
/freebsd-13.1/contrib/libevent/
H A Devent.c162 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() function
2711 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_()
H A DChangeLog-2.0595 o Avoid needlessly calling evthread_notify_base() when the loop is not running (c7a06bf)