Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/sensing/
DKconfig62 to notify dispatch thread, runtime thread priority should lower than
63 dispatch thread priority to ensure dispatch thread could fetch data as
65 priority is higher than dispatch thread, and runtime running in full
66 loading with no sleep, then dispatch thread has no change to fetch
71 int "stack size for sensor dispatch thread"
75 This is the stack size for sensor dispatch thread
79 int "priority for sensor dispatch thread"
83 This is the thread priority for sensing subsystem dispatch thread
DCMakeLists.txt8 dispatch.c
/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dipc_static_vrings.c65 const static struct virtio_dispatch dispatch = { variable
100 vr->vdev.func = &dispatch; in vq_setup()
/Zephyr-latest/drivers/stepper/
DKconfig.stepper_event_template7 Enable the dispatch of stepper generated events via
/Zephyr-latest/subsys/ipc/rpmsg_service/
Drpmsg_backend.c135 const struct virtio_dispatch dispatch = { variable
251 vdev->func = &dispatch; in rpmsg_backend_init()
/Zephyr-latest/samples/subsys/ipc/openamp/remote/src/
Dmain.c70 struct virtio_dispatch dispatch = { variable
173 vdev.func = &dispatch; in app_task()
/Zephyr-latest/samples/subsys/ipc/openamp/src/
Dmain.c80 struct virtio_dispatch dispatch = { variable
196 vdev.func = &dispatch; in app_task()
/Zephyr-latest/samples/kernel/metairq_dispatch/
DREADME.rst14 a different priority. The dispatch is handled by a MetaIRQ thread fed
25 the MetaIRQ thread for dispatch.
/Zephyr-latest/
DCMakeLists.txt863 --syscall-dispatch include/generated/zephyr/syscall_dispatch.c # Write this file
2249 --syscall-dispatch edk/include/generated/zephyr/syscall_dispatch.c # Write this file
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst149 * An entry for the system call is created in the dispatch table
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst238 SVCs are used by the Zephyr kernel to dispatch system calls, trigger runtime