Home
last modified time | relevance | path

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

/external/libevent/
Devent-internal.h293 int (*th_notify_fn)(struct event_base *base); member
Devent.c2032 if (!base->th_notify_fn) in evthread_notify_base()
2037 return base->th_notify_fn(base); in evthread_notify_base()
2821 base->th_notify_fn = notify; in evthread_make_base_notifiable()