Home
last modified time | relevance | path

Searched defs:work_handler (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/modules/hal_nordic/nrf_802154/sl_opensource/platform/
Dnrf_802154_temperature_zephyr.c37 static void work_handler(struct k_work *work) in work_handler() function
/Zephyr-Core-3.7.0/tests/kernel/profiling/profiling_api/src/
Dmain.c26 static void work_handler(struct k_work *w) in work_handler() function
/Zephyr-Core-3.7.0/tests/net/socket/socketpair/src/
Dblock.c20 static void work_handler(struct k_work *w) in work_handler() function
/Zephyr-Core-3.7.0/tests/kernel/workq/user_work/src/
Dmain.c94 static void work_handler(struct k_work_user *w) in work_handler() function
/Zephyr-Core-3.7.0/tests/subsys/rtio/workq/src/
Dmain.c18 static void work_handler(struct rtio_iodev_sqe *iodev_sqe) in work_handler() function
/Zephyr-Core-3.7.0/tests/drivers/uart/uart_pm/src/
Dmain.c215 static void work_handler(struct k_work *work) in work_handler() function
/Zephyr-Core-3.7.0/include/zephyr/
Dkernel.h3980 #define Z_WORK_INITIALIZER(work_handler) { \ argument
3996 #define Z_WORK_DELAYABLE_INITIALIZER(work_handler) { \ argument
4019 #define K_WORK_DELAYABLE_DEFINE(work, work_handler) \ argument
4210 #define Z_WORK_USER_INITIALIZER(work_handler) { NULL, work_handler, 0 } argument
4212 #define Z_WORK_USER_INITIALIZER(work_handler) \ argument
4231 #define K_WORK_USER_DEFINE(work, work_handler) \ argument
4385 #define K_WORK_DEFINE(work, work_handler) \ argument
/Zephyr-Core-3.7.0/tests/drivers/spi/spi_controller_peripheral/src/
Dmain.c87 static void work_handler(struct k_work *work) in work_handler() function
/Zephyr-Core-3.7.0/tests/kernel/workq/work_queue/src/
Dmain.c93 static void work_handler(struct k_work *work) in work_handler() function