Searched refs:PC_SAFE_CALL (Results 1 – 4 of 4) sorted by relevance
82 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()
161 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()
13 #define NSI_SAFE_CALL PC_SAFE_CALL
12 #define PC_SAFE_CALL(a) pc_safe_call(a, #a) macro