Home
last modified time | relevance | path

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

/external/libevent/
Devent-internal.h340 int (*th_notify_fn)(struct event_base *base); member
Devent.c979 if (base->th_notify_fn != NULL) { in event_reinit()
981 base->th_notify_fn = NULL; in event_reinit()
2494 if (!base->th_notify_fn) in evthread_notify_base()
2499 return base->th_notify_fn(base); in evthread_notify_base()
3585 if (base->th_notify_fn != NULL) { in evthread_make_base_notifiable_nolock_()
3592 base->th_notify_fn = event_kq_notify_base_; in evthread_make_base_notifiable_nolock_()
3615 base->th_notify_fn = notify; in evthread_make_base_notifiable_nolock_()