esp-idf/docs/en/api-reference/system
Angus Gratton 262107691a pthread: Fix pthread_cond_timedwait returning early from timeout
The reason timeouts would sometimes happen before the abstime deadline was due
to rounding errors converting the timeout to milliseconds, and also because
vTaskDelay(1) only delays until the next tick which is less than one full tick
period.

Closes https://github.com/espressif/esp-idf/issues/6901
2021-06-22 08:26:08 +08:00
..
inc doc/efuse: Adds efuse doc for ESP32-C3 2021-02-22 15:51:45 +08:00
app_image_format.rst docs: updated system api-reference chapters for C3 2021-03-15 18:51:12 +08:00
app_trace.rst doc: Update English pages with generic target name 2020-02-07 16:37:43 +11:00
async_memcpy.rst async memcpy: support async memcopy on esp32s2/s3 2020-09-16 21:30:54 +08:00
console.rst docs: updated system api-reference chapters for C3 2021-03-15 18:51:12 +08:00
efuse.rst efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 2021-06-17 07:21:36 +08:00
esp_err.rst docs: add new top-level docs builder that builds docs for a single chip 2020-02-07 16:37:43 +11:00
esp_event_legacy.rst docs: add new top-level docs builder that builds docs for a single chip 2020-02-07 16:37:43 +11:00
esp_event.rst Added semi-colon to esp_event_loop_create(...) 2020-02-18 12:30:38 +01:00
esp_function_with_shared_stack.rst esp_common/shared_stack: modifed the stack switch procedure to a simpler way 2020-07-14 12:56:02 +00:00
esp_https_ota.rst docs: updated system api-reference chapters for C3 2021-03-15 18:51:12 +08:00
esp_timer.rst docs: updated system api-reference chapters for C3 2021-03-15 18:51:12 +08:00
freertos_additions.rst docs: Update FreeRTOS version, add tips to set up instructions for Windows 2021-01-26 03:46:25 +00:00
freertos.rst app_trace/sysview: fixed freertos tracing calling plus sync apptrace component with the master branch version 2020-10-13 23:52:03 +00:00
heap_debug.rst docs: updated system api-reference chapters for C3 2021-03-15 18:51:12 +08:00
himem.rst docs: add new top-level docs builder that builds docs for a single chip 2020-02-07 16:37:43 +11:00
index.rst docs: Add random number generation to the API Reference System section 2021-05-18 16:05:42 +10:00
internal-unstable.rst docs: Add esp_rom_printf to API Reference 2020-09-10 22:55:43 +08:00
intr_alloc.rst docs: updated system api-reference chapters for C3 2021-03-15 18:51:12 +08:00
ipc.rst docs: updated system api-reference chapters for C3 2021-03-15 18:51:12 +08:00
log.rst docs: add new top-level docs builder that builds docs for a single chip 2020-02-07 16:37:43 +11:00
mem_alloc.rst doc: update the memory types and startup docs 2021-03-31 09:37:28 +11:00
ota.rst docs/add_how_to_debug_ota_failure_to_api_references 2021-06-16 19:28:01 +08:00
perfmon.rst doc: Update English pages with generic target name 2020-02-07 16:37:43 +11:00
power_management.rst doc/ulp(esp32c3): Excludes ulp and some RTC features from ESP32C3 doc 2021-02-10 18:15:04 +08:00
pthread.rst pthread: Fix pthread_cond_timedwait returning early from timeout 2021-06-22 08:26:08 +08:00
random.rst docs: Add description for Linux getrandom() function 2021-05-20 17:08:17 +10:00
sleep_modes.rst esp_system: add VDD_SDIO power domain configuration to documentation 2021-03-24 12:04:57 +08:00
system_time.rst wdt: Fix timeout and RTC_SLOW_CLK 2021-03-19 00:15:18 +08:00
system.rst docs: Add random number generation to the API Reference System section 2021-05-18 16:05:42 +10:00
wdts.rst doc: Add performance guides for execuion speed, binary size, RAM usage 2021-06-03 13:55:34 +10:00