OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:th_notify_fd
(Results
1 - 3
of
3
) sorted by null
/external/libevent/
event.c
605
base->
th_notify_fd
[0] = -1;
606
base->
th_notify_fd
[1] = -1;
819
if (base->
th_notify_fd
[0] != -1) {
821
EVUTIL_CLOSESOCKET(base->
th_notify_fd
[0]);
822
if (base->
th_notify_fd
[1] != -1)
823
EVUTIL_CLOSESOCKET(base->
th_notify_fd
[1]);
824
base->
th_notify_fd
[0] = -1;
825
base->
th_notify_fd
[1] = -1;
983
if (base->
th_notify_fd
[0] != -1) {
985
EVUTIL_CLOSESOCKET(base->
th_notify_fd
[0])
[
all
...]
event-internal.h
335
evutil_socket_t
th_notify_fd
[2];
member in struct:event_base
/external/libevent/test/
regress_thread.c
192
/* This piggybacks on the
th_notify_fd
weirdly, and looks
196
base->
th_notify_fd
[0], EV_READ|EV_PERSIST, notify_fd_cb,
208
base->
th_notify_fd
[0], EV_READ|EV_PERSIST,
Completed in 827 milliseconds