HomeSort by relevance Sort by last modified time
    Searched defs:_poll (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/x11vnc/
avahi.c 182 static AvahiThreadedPoll *_poll = NULL; variable
220 if (_poll) {
225 if (! (_poll = avahi_threaded_poll_new()) ) {
230 _client = avahi_client_new(avahi_threaded_poll_get(_poll),
236 avahi_threaded_poll_free(_poll);
237 _poll = NULL;
241 if (avahi_threaded_poll_start(_poll) < 0) {
245 avahi_threaded_poll_free(_poll);
246 _poll = NULL;
343 if (_poll == NULL)
    [all...]
  /external/icu/icu4c/source/common/
unifiedcache.cpp 271 UBool UnifiedCache::_poll( function in class:UnifiedCache
306 if (_poll(key, value, status)) {

Completed in 160 milliseconds