ESP-IDF
esp_pthread_entry
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_pthread_entry
esp_pthread_entry struct
pthread thread FreeRTOS wrapper
Syntax
Show:
Summary
Declaration
from
pthread.c:42
typedef
struct
esp_pthread_entry
{
SLIST_ENTRY
(
esp_pthread_entry
)
list_node
;
TaskHandle_t
handle
;
TaskHandle_t
join_task
;
enum
esp_pthread_task_state
state
;
bool
detached
;
void
*
retval
;
void
*
task_arg
;
}
esp_pthread_t
;
Fields
Field
Declared as
esp_pthread_entry::list_node
SLIST_ENTRY
(
esp_pthread_entry
)
esp_pthread_entry::handle
TaskHandle_t
esp_pthread_entry::join_task
TaskHandle_t
esp_pthread_entry::state
enum
esp_pthread_task_state
esp_pthread_entry::detached
bool
esp_pthread_entry::retval
void
*
esp_pthread_entry::task_arg
void
*
Related Functions
Found 3 other functions taking a
esp_pthread_entry
argument:
Function
pthread_delete()
pthread_get_handle_by_desc()
pthread_get_desc_by_handle()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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