OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stale_evaluation_wakeup
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
route.h
108
wakeup_t *NULLABLE
stale_evaluation_wakeup
;
member in struct:interface
route.c
201
if (interface->
stale_evaluation_wakeup
!= NULL) {
202
ioloop_wakeup_release(interface->
stale_evaluation_wakeup
);
946
if (interface->
stale_evaluation_wakeup
== NULL) {
947
interface->
stale_evaluation_wakeup
= ioloop_wakeup_create();
948
if (interface->
stale_evaluation_wakeup
== NULL) {
952
ioloop_cancel_wake_event(interface->
stale_evaluation_wakeup
);
954
ioloop_add_wake_event(interface->
stale_evaluation_wakeup
,
1666
if (interface->
stale_evaluation_wakeup
!= NULL) {
1667
ioloop_cancel_wake_event(interface->
stale_evaluation_wakeup
);
Completed in 26 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026