Searched refs:daemon (Results 1 – 16 of 16) sorted by relevance
/Zephyr-Core-3.7.0/samples/net/gptp/ |
D | README.rst | 62 daemon that can be run in Linux host and which can act as a grandmaster for 66 of this chapter how to run linuxptp daemon with native_sim board. 87 Then execute the daemon with correct network interface and the configuration 119 If Zephyr syncs properly with gptp daemon, then this is printed: 138 Compile the ``ptp4l`` daemon and start it like this: 164 After that you can start ptp4l daemon for both interfaces. Please use two 165 terminals when starting ptp4l daemon. Note that you must use ptp4l as OpenAVNU
|
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | fifo_handler.py | 50 self._open_fifo_thread = threading.Thread(target=self._open_fifo, daemon=True) 53 … self._opening_monitor_thread = threading.Thread(target=self._opening_monitor, daemon=True)
|
D | device_adapter.py | 230 self._reader_thread = threading.Thread(target=self._handle_device_output, daemon=True)
|
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | fifo_mock.py | 35 self.thread = threading.Thread(target=self._open(), daemon=True)
|
/Zephyr-Core-3.7.0/drivers/serial/ |
D | Kconfig.xen | 27 privileged domain. Thus, there is no console daemon and Xen
|
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/tools/ |
D | remote-fw-service.py | 342 req_t = threading.Thread(target=req_server.serve_forever, daemon=True) 346 log_t = threading.Thread(target=log_server.serve_forever, daemon=True)
|
/Zephyr-Core-3.7.0/samples/net/dns_resolve/ |
D | README.rst | 85 net-tools uses port 5353 to allow executing the daemon without 107 $ ./avahi-daemon.sh
|
/Zephyr-Core-3.7.0/tests/net/lib/lwm2m/interop/ |
D | README.md | 85 start-stop-daemon --make-pidfile --pidfile log/leshan.pid --chdir $(pwd) --background --start \ 88 start-stop-daemon --make-pidfile --pidfile log/leshan_bs.pid --chdir $(pwd) --background --start \ 96 start-stop-daemon --remove-pidfile --pidfile log/leshan.pid --stop 97 start-stop-daemon --remove-pidfile --pidfile log/leshan_bs.pid --stop
|
/Zephyr-Core-3.7.0/samples/net/ptp/ |
D | README.rst | 52 Compile the ``ptp4l`` daemon and start it like this:
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 205 reader_t = threading.Thread(target=self._output_reader, args=(proc,), daemon=True) 334 t = threading.Thread(target=self._output_handler, args=(proc, harness,), daemon=True) 700 t = threading.Thread(target=self.monitor_serial, daemon=True, 1033 self.thread.daemon = True 1317 self.thread.daemon = True
|
D | harness.py | 476 … reader_t = threading.Thread(target=self._output_reader, args=(proc, self), daemon=True)
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 67 and making sure to include the :literal:`-E` option in the daemon's execution 74 Finally, reload and restart the daemon: 78 sudo systemctl daemon-reload
|
/Zephyr-Core-3.7.0/doc/develop/ |
D | beyond-GSG.rst | 243 Udev is a device manager for the Linux kernel and the udev daemon 265 Then, in either case, ask the udev daemon to reload these rules::
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/ |
D | qemu_setup.rst | 61 Step 2 - Start TAP device routing daemon
|
/Zephyr-Core-3.7.0/scripts/tests/twister/ |
D | test_handlers.py | 1997 def mock_thread(name=None, target=None, daemon=None, args=None): argument
|
/Zephyr-Core-3.7.0/scripts/ |
D | spelling.txt | 447 deamon||daemon
|