Home
last modified time | relevance | path

Searched refs:calling (Results 51 – 75 of 195) sorted by relevance

12345678

/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst156 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/
Dhealth_srv.rst42 application to run their attention calling behavior:
Dblob.rst106 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>`.
Dcore.rst50 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
Dbrg_cfg.rst79 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/
Dindex.rst90 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
Dworkqueue.rst12 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/
Dring_buffers.rst202 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/
Dlinker.ld49 /* Located in generated directory. This file is populated by calling
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dgmap.rst13 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/
DREADME.txt27 swap-out (by calling arch_swap(.)).
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dlinker.ld218 /* 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/
Dthread_metric_readme.txt162 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/
DKconfig57 configure the UART controllers at runtime, and calling
88 calling uart_callback_set() would disable the callback
DKconfig.native_pty42 Connect this UART to the stdin & stdout of the calling shell/terminal
/Zephyr-latest/doc/services/smf/
Dindex.rst111 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/
Dlinker.ld82 /* Located in generated directory. This file is populated by calling
/Zephyr-latest/doc/kernel/services/
Dindex.rst72 calling thread's resource pool.
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/
Dlinker.ld130 /* 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/
Dmain.rst164 …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/
Dmcumgr_callbacks.rst11 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/
Dlinker.ld120 /* 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/
Dlinker.ld130 /* 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/
Dtarget.cmake126 # (and other commands which end up calling check_c_source_compiles())
/Zephyr-latest/subsys/net/ip/
DKconfig.stats30 via calling net_mgmt() with relevant NET_REQUEST_STATS_GET_* command.

12345678