Searched defs:AUTO_CALLBACKS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c21 // AUTO_CALLBACKS should be set to 1 if the underlying mDNS implementation fires response
23 // AUTO_CALLBACKS should be set to 0 if the client must call DNSServiceProcessResult() to
28 #ifndef AUTO_CALLBACKS
29 #define AUTO_CALLBACKS 0 macro
32 #if !AUTO_CALLBACKS
39 #endif // AUTO_CALLBACKS
93 // For AUTO_CALLBACKS, we must attach the callback thread to the Java VM prior to upcall.
94 #if AUTO_CALLBACKS
106 #if AUTO_CALLBACKS
117 #if AUTO_CALLBACKS
[all...]

Completed in 69 milliseconds