ESP-IDF + 0/1 examples
SourceVu will show references to esp_pthread_cfg_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
size_t
The stack size of the pthread.
size_t
The thread's priority.
bool
Inherit this configuration further.
const char*
The thread name.
int
The core id to pin the thread to. Has the same value range as xCoreId argument of xTaskCreatePinnedToCore.
uint32_t
A bit mask of memory capabilities (MALLOC_CAPS*) to use when allocating the stack. The memory must be 8 bit accessible (MALLOC_CAP_8BIT). The developer is responsible for the correctenss of \c stack_alloc_caps.

References

from examples