Searched refs:pthread (Results 1 – 25 of 107) sorted by relevance
12345
134 static void pthread_delete(esp_pthread_t *pthread) in pthread_delete() argument136 SLIST_REMOVE(&s_threads_list, pthread, esp_pthread_entry, list_node); in pthread_delete()137 free(pthread); in pthread_delete()229 esp_pthread_t *pthread = calloc(1, sizeof(esp_pthread_t)); in pthread_create() local230 if (pthread == NULL) { in pthread_create()277 pthread->detached = true; in pthread_create()281 pthread->detached = false; in pthread_create()287 pthread->task_arg = task_arg; in pthread_create()302 free(pthread); in pthread_create()310 pthread->handle = xHandle; in pthread_create()[all …]
8 Priority used to create new tasks with default pthread parameters.14 Stack size used to create new tasks with default pthread parameters.17 int "Minimum allowed pthread stack size"20 Minimum allowed pthread stack size set in attributes passed to pthread_create23 bool "Default pthread core affinity"45 default "pthread"
1 idf_component_register(SRCS "pthread.c"
3 # Make sure that pthread is in component list4 PRIV_REQUIRES pthread)9 # Force pthread to also appear later than stdc++ in link line11 idf_component_get_property(pthread pthread COMPONENT_LIB)12 target_link_libraries(stdcpp_pthread INTERFACE stdc++ $<TARGET_FILE:${pthread}>)
1 # C++ pthread Example5 …pthread](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/system/esp_pthread.ht…21 * The default ESP-pthread configuration may also be modified under `Component config > PThreads`44 I (0) pthread: This thread (with the default name) may run on any core.Core id: 1, prio: 5, minimum…
1 ESP-pthread7 This module offers Espressif specific extensions to the pthread library that can be used to influen…15 Example to tune the stack size of the pthread:
12 "pthread.c"39 # Forces the linker to include heap, syscall, pthread and retargetable locks from this component,
3 PRIV_REQUIRES cmock test_utils pthread)
21 #include_next <pthread.h>
2 TEST_COMPONENTS=freertos esp32 esp_system esp_ipc esp_timer driver heap pthread soc spi_flash vfs
2 TEST_COMPONENTS=freertos esp32c3 esp_system esp_ipc esp_timer driver heap pthread soc spi_flash vfs
2 TEST_COMPONENTS=freertos esp32s3 esp_system esp_ipc esp_timer driver heap pthread soc spi_flash vfs
2 TEST_COMPONENTS=esp32 esp_ipc esp_system esp_timer mbedtls spi_flash heap pthread soc
3 TEST_COMPONENTS=pthread soc spi_flash vfs
3 TEST_COMPONENTS=freertos esp32s3 esp_ipc esp_system esp_timer driver heap pthread soc spi_flash vfs
3 TEST_COMPONENTS=freertos esp32c3 esp_ipc esp_system esp_timer driver heap pthread soc spi_flash vfs
3 TEST_COMPONENTS=freertos esp32 esp_ipc esp_system esp_timer driver heap pthread soc spi_flash vfs
3 TEST_COMPONENTS=freertos esp32s2 esp_system esp_timer driver heap pthread soc spi_flash vfs
3 …_update freertos esp32s2 esp_ipc esp_pm esp_system esp_timer driver heap pthread soc spi_flash vfs…
3 TEST_COMPONENTS=freertos esp32 esp_system esp_timer driver heap pthread soc spi_flash vfs
3 …pp_update freertos esp32 esp_ipc esp_pm esp_system esp_timer driver heap pthread soc spi_flash vfs…
3 …_update freertos esp32c3 esp_ipc esp_pm esp_system esp_timer driver heap pthread soc spi_flash vfs…
3 …_update freertos esp32s2 esp_ipc esp_system esp_pm esp_timer driver heap pthread soc spi_flash vfs…
12 - :ref:`pthread-api`: ESP-IDF's pthread API.40 The ESP-IDF provides the following pthread API to manage thtread local variables: