Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/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-Core-3.7.0/arch/posix/core/
Dposix_core.c161 PC_SAFE_CALL(pthread_cond_broadcast(&cond_threads)); in posix_let_run()
170 PC_SAFE_CALL(pthread_mutex_unlock(&mtx_threads)); in posix_preexit_cleanup()
241 PC_SAFE_CALL(pthread_mutex_unlock(&mtx_threads)); in posix_cleanup_handler()
266 PC_SAFE_CALL(pthread_mutex_lock(&mtx_threads)); in posix_thread_starter()
371 PC_SAFE_CALL(pthread_create(&threads_table[t_slot].thread, in posix_new_thread()
405 PC_SAFE_CALL(pthread_mutex_lock(&mtx_threads)); in posix_arch_init()
/Zephyr-Core-3.7.0/arch/posix/core/nsi_compat/
Dnsi_safe_call.h13 #define NSI_SAFE_CALL PC_SAFE_CALL
/Zephyr-Core-3.7.0/arch/posix/include/
Dposix_arch_internal.h12 #define PC_SAFE_CALL(a) pc_safe_call(a, #a) macro