Searched refs:calling (Results 51 – 75 of 195) sorted by relevance
12345678
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 156 A thread can dynamically allocate a chunk of heap memory by calling 162 the chunk back to the system heap by calling :c:func:`k_free`. 190 A chunk of heap memory is allocated by calling :c:func:`k_malloc`. 210 A chunk of heap memory is released by calling :c:func:`k_free`.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | health_srv.rst | 42 application to run their attention calling behavior:
|
D | blob.rst | 106 Before the BLOB is read or written, the stream is opened by calling its 111 For each block in the BLOB, the BLOB Transfer model starts by calling 116 stream is closed by calling :c:member:`close <bt_mesh_blob_io.close>`.
|
D | core.rst | 50 by calling :c:func:`bt_mesh_rpl_pending_store`. This is up to the node to decide, 60 calling :c:func:`bt_mesh_rpl_pending_store` may reduce a risk of security
|
D | brg_cfg.rst | 79 Server model on the target node, calling the :c:func:`bt_mesh_brg_cfg_cli_table_add` or 99 **Bridged Subnets Get** message to the target Server by calling the
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 90 will block the calling thread until either the timeout expires, the target 112 by calling :c:func:`k_thread_abort`. However, it is typically preferable 127 can be used to suspend any thread, including the calling thread. 287 means, e.g. creating it, calling k_sem_give(), etc.) into the 412 and then calling :c:func:`k_thread_create`. 450 Alternatively, a thread can be declared at compile time by calling 479 calling thread will be terminated: 481 * The calling thread must have permissions granted on both the child thread
|
D | workqueue.rst | 12 calling the function specified by the work item. A workqueue is typically 227 memory or calling :c:func:`k_work_queue_init`, and then calling 271 be initialized by calling :c:func:`k_work_init`, unless it is defined using 276 calling :c:func:`k_work_submit`, or to a specified workqueue by 277 calling :c:func:`k_work_submit_to_queue`. 341 :c:struct:`k_work_delayable`. It must be initialized by calling
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 202 It must then be initialized by calling :c:func:`ring_buf_init` or 246 Bytes are copied to a **byte mode** ring buffer by calling 283 A data item is added to a ring buffer by calling 314 Data bytes are copied out from a **byte mode** ring buffer by calling 355 A data item is removed from a ring buffer by calling
|
/Zephyr-latest/include/zephyr/arch/sparc/ |
D | linker.ld | 49 /* Located in generated directory. This file is populated by calling
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | gmap.rst | 13 by calling :code:`gmap init`. It is also strongly suggested to enable BAP via :code:`bap init`.
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/ |
D | README.txt | 27 swap-out (by calling arch_swap(.)).
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | linker.ld | 218 /* Located in generated directory. This file is populated by calling 319 /* Located in generated directory. This file is populated by calling 357 /* Located in generated directory. This file is populated by calling
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 162 initialization, calling the test initialization function as 185 before the calling thread runs again. 189 This function suspends the calling thread for the specified
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig | 57 configure the UART controllers at runtime, and calling 88 calling uart_callback_set() would disable the callback
|
D | Kconfig.native_pty | 42 Connect this UART to the stdin & stdout of the calling shell/terminal
|
/Zephyr-latest/doc/services/smf/ |
D | index.rst | 111 called in some application dependent way. An application should cease calling 117 Calling :c:func:`smf_set_handled` prevents calling the run action of parent 148 Terminate pseudostates can be modelled by calling :c:func:`smf_set_terminate` 150 by calling :c:func:`smf_run_state` for each region.
|
/Zephyr-latest/include/zephyr/arch/mips/ |
D | linker.ld | 82 /* Located in generated directory. This file is populated by calling
|
/Zephyr-latest/doc/kernel/services/ |
D | index.rst | 72 calling thread's resource pool.
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/ |
D | linker.ld | 130 /* Located in generated directory. This file is populated by calling 200 /* Located in generated directory. This file is populated by calling
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 164 …ectivity monitoring resend the latest connectivity events at any time by calling :c:func:`conn_mgr… 181 Applications can request that ifaces be ignored by Connection Manager by calling :c:func:`conn_mgr_… 183 Alternatively, an entire :ref:`L2 implementation <net_l2_interface>` can be ignored by calling :c:f… 275 The application can also request that connectivity be intentionally abandoned by calling :c:func:`c…
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_callbacks.rst | 11 interested in and react to them or return a status code to the calling function 31 calling :c:func:`mgmt_callback_register` for the desired event inside of a 160 /* Return an access denied error code to the client and abort calling
|
/Zephyr-latest/soc/andestech/ae350/ |
D | linker.ld | 120 /* Located in generated directory. This file is populated by calling 159 /* Located in generated directory. This file is populated by calling
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/ |
D | linker.ld | 130 /* Located in generated directory. This file is populated by calling 194 /* Located in generated directory. This file is populated by calling
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target.cmake | 126 # (and other commands which end up calling check_c_source_compiles())
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.stats | 30 via calling net_mgmt() with relevant NET_REQUEST_STATS_GET_* command.
|
12345678