Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_timer/src/
Desp_timer.c86 static bool is_initialized(void);
131 if (!is_initialized()) { in esp_timer_create()
162 if (!is_initialized() || timer_armed(timer)) { in esp_timer_start_once()
183 if (!is_initialized() || timer_armed(timer)) { in esp_timer_start_periodic()
206 if (!is_initialized() || !timer_armed(timer)) { in esp_timer_stop()
425 static IRAM_ATTR inline bool is_initialized(void) in is_initialized() function
442 if (is_initialized()) { in esp_timer_init()
482 if (!is_initialized()) { in esp_timer_deinit()
/hal_espressif-3.4.0/components/pthread/
Dpthread.c491 if (once_control == NULL || init_routine == NULL || !once_control->is_initialized) { in pthread_once()
535 if (!attr->is_initialized) { in pthread_mutex_init()
724 attr->is_initialized = 1; in pthread_mutexattr_init()
733 attr->is_initialized = 0; in pthread_mutexattr_destroy()