Searched refs:fNativeContext (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java674 public AppleService(BaseListener listener) { fNativeContext = 0; fListener = listener; }
692 protected long /* warning */ fNativeContext; // Private storage for native side field in class:AppleService
706 // fNativeContext has not been deleted, which is a telltale sign that our operation was stopped.
711 // The remaining risk is that between our checking fNativeContext and calling ProcessResults(),
722 if (fNativeContext == 0) break; // Some other thread stopped our DNSSD operation; time to terminate this thread
725 if (fNativeContext == 0) break; // Event listener stopped its own DNSSD operation; terminate this thread
746 // Sets fNativeContext. Returns non-zero on error.
762 // Sets fNativeContext. Returns non-zero on error.
829 // Sets fNativeContext. Returns non-zero on error.
833 // Sets fNativeContext
[all...]

Completed in 23 milliseconds