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.c1022 if (base->th_notify_fn != NULL) { in event_reinit()
1024 base->th_notify_fn = NULL; in event_reinit()
2544 if (!base->th_notify_fn) in evthread_notify_base()
2549 return base->th_notify_fn(base); in evthread_notify_base()
3636 if (base->th_notify_fn != NULL) { in evthread_make_base_notifiable_nolock_()
3643 base->th_notify_fn = event_kq_notify_base_; in evthread_make_base_notifiable_nolock_()
3666 base->th_notify_fn = notify; in evthread_make_base_notifiable_nolock_()