Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/scripts/west_commands/runners/
Dintel_s1000.py96 server_proc.terminate()
111 client_proc.terminate()
112 server_proc.terminate()
134 server_proc.terminate()
151 server_proc.terminate()
167 server_proc.terminate()
Dcore.py39 def terminate(self): member in _DebugDummyPopen
566 server_proc.terminate()
/Zephyr-Core-2.7.6/arch/posix/core/
Dposix_core.c93 static bool terminate; /* Are we terminating the program == cleaning up */ variable
238 if (!terminate) { in posix_cleanup_handler()
436 terminate = true; in posix_core_clean_up()
/Zephyr-Core-2.7.6/boards/arm/nrf9160_innblue22/
Dnrf9160_innblue22_common.dts104 terminate-voltage = <3000>;
/Zephyr-Core-2.7.6/subsys/net/l2/ppp/
Dfsm.c185 static void terminate(struct ppp_fsm *fsm, enum ppp_state next_state) in terminate() function
234 terminate(fsm, PPP_CLOSING); in ppp_fsm_close()
1000 terminate(fsm, PPP_STOPPING); in ppp_fsm_proto_reject()
/Zephyr-Core-2.7.6/samples/subsys/usb/hid-cdc/
DREADME.rst92 Enter a string and terminate it with ENTER.
/Zephyr-Core-2.7.6/doc/guides/test/
Dcoverage.rst57 #. Capture the emulator output into a log file. You may need to terminate
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py422 def terminate(self, proc): member in Handler
433 proc.terminate()
516 self.terminate(proc)
567 self.terminate(proc)
807 ser_pty_process.terminate()
865 ser_pty_process.terminate()
1137 self.terminate(proc)
3385 p.terminate()
/Zephyr-Core-2.7.6/doc/guides/networking/
Dnetwork_monitoring.rst102 need to terminate the network connection like this.
/Zephyr-Core-2.7.6/tests/drivers/build_all/sensor/
Di2c.dtsi565 terminate-voltage = <3000>;
/Zephyr-Core-2.7.6/doc/reference/kernel/threads/
Dindex.rst113 to signal a thread to terminate itself gracefully, rather than aborting it.
508 The following code illustrates the ways a thread can terminate.
/Zephyr-Core-2.7.6/
DLICENSE86 granted to You under this License for that Work shall terminate
/Zephyr-Core-2.7.6/doc/reference/networking/
Dcan_api.rst32 terminate the bus. The dominant state always overrides the recessive state.
/Zephyr-Core-2.7.6/doc/reference/kernel/smp/
Dsmp.rst200 "DEAD" or for it to re-enter the queue (in which case we terminate it
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.1.rst619 * :github:`20135` - Bluetooth: controller: split: Missing initialization of master terminate\_ack f…
Drelease-notes-2.5.rst1467 * :github:`29639` - Bluetooth: host: Security procedure failure can terminate GATT client request
Drelease-notes-2.6.rst1672 * :github:`33203` - Bluetooth: host: ISO: Missing terminate reason in ISO disconnected callback
/Zephyr-Core-2.7.6/doc/contribute/coding_guidelines/
Dindex.rst528 - An unconditional break statement shall terminate every switch-clause