FreeRTOS-Kernel/include
Tobias Nießen 4896d6b1a1 Mention portMAX_DELAY in xEventGroupWaitBits docs (#411)
The public function xEventGroupWaitBits passes xTicksToWait to the
function vTaskPlaceOnUnorderedEventList, which passes the number of
ticks to prvAddCurrentTaskToDelayedList and sets xCanBlockIndefinitely
to pdTRUE, causing the latter to block indefinitely if
xTicksToWait == portMAX_DELAY and INCLUDE_vTaskSuspend == 1.
2021-11-10 17:39:01 -08:00
..
atomic.h Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
croutine.h Replace <pre> with @code - remaining files (#388) 2021-09-07 12:03:12 -07:00
deprecated_definitions.h Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
event_groups.h Mention portMAX_DELAY in xEventGroupWaitBits docs (#411) 2021-11-10 17:39:01 -08:00
FreeRTOS.h Run uncrustify with github workflows (#369) 2021-07-28 17:53:10 -07:00
list.h Run uncrustify with github workflows (#369) 2021-07-28 17:53:10 -07:00
message_buffer.h Replace <pre> with @code - remaining files (#388) 2021-09-07 12:03:12 -07:00
mpu_prototypes.h Run uncrustify with github workflows (#369) 2021-07-28 17:53:10 -07:00
mpu_wrappers.h Make the type used to hold run-time counter values configurable (#350) 2021-06-14 12:17:41 -07:00
portable.h Run uncrustify with github workflows (#369) 2021-07-28 17:53:10 -07:00
projdefs.h Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
queue.h Replace <pre> with @code - remaining files (#388) 2021-09-07 12:03:12 -07:00
semphr.h Replace <pre> with @code - remaining files (#388) 2021-09-07 12:03:12 -07:00
stack_macros.h Run uncrustify with github workflows (#369) 2021-07-28 17:53:10 -07:00
StackMacros.h Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
stdint.readme Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
stream_buffer.h Change taskYIELD_FROM_ISR to portYIELD_FROM_ISR in docs (#408) 2021-11-05 14:33:15 -07:00
task.h Fix documentation mistake (#407) 2021-11-05 10:55:17 -07:00
timers.h Replace <pre> with @code - remaining files (#388) 2021-09-07 12:03:12 -07:00