ESP-IDF
pthread_task_func()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pthread_task_func()
pthread_task_func() function
Syntax
Show:
Summary
Declaration
from
pthread.c:221
static
void
pthread_task_func
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
pthread_task_func
(
void
*
arg
)
pthread.c:221
BaseType_t
res
=
pthread_create_freertos_task_with_caps
(
&
pthread_task_func
,
pthread.c:387
pthread_create()
Call Tree
from
examples
pthread_task_func()
calls 6 functions:
All items filtered out
pthread_task_func()
esp_log_timestamp()
esp_log_write()
xTaskGenericNotifyWait()
pthread_exit()
esp_pthread_task_arg_t::func
esp_pthread_set_cfg()
All items filtered out
Data Use
from
examples
pthread_task_func()
reads 10 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
esp_pthread_cfg_t::inherit_cfg
TAG
esp_pthread_task_arg_t::func
esp_pthread_task_arg_t::arg
esp_pthread_task_arg_t::cfg
All items filtered out
pthread_task_func()
esp_pthread_cfg_t::thread_name
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out