Home
last modified time | relevance | path

Searched refs:PC_SAFE_CALL (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/boards/native/native_posix/
Dhw_models_top.c82 PC_SAFE_CALL(sigemptyset(&act.sa_mask)); in hwm_set_sig_handler()
86 PC_SAFE_CALL(sigaction(SIGTERM, &act, NULL)); in hwm_set_sig_handler()
87 PC_SAFE_CALL(sigaction(SIGINT, &act, NULL)); in hwm_set_sig_handler()
/Zephyr-latest/arch/posix/include/
Dposix_arch_internal.h12 #define PC_SAFE_CALL(a) pc_safe_call(a, #a) macro