Home
last modified time | relevance | path

Searched refs:dbus_thread (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Davahi-resolver.py198 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()