HomeSort by: relevance | last modified time | path
    Searched defs:dbus_thread (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/unbound/dist/pythonmod/examples/
avahi-resolver.py 198 dbus_thread = None variable
361 global dbus_thread, DEBUG
397 dbus_thread = threading.Thread(target=dbus_main)
398 dbus_thread.daemon = True
399 dbus_thread.start()
404 dbus_thread.join()

Completed in 24 milliseconds