Condition Variables
Test k_condvar_wait() and k_condvar_wake()
Test k_condvar_wait() and k_condvar_wake() with timeout.
Test k_condvar_wait() and k_condvar_wake() with timeout.
Test k_condvar_wait() forever.
Test k_condvar_wait() with no wait.
Test case for conditional variable wait and wake functionality.
Test case for condition variable wait and wake functionality.
Test case for multiple threads waiting and waking on a condition variable.
Test multiple threads waiting and waking on a condition variable.
Test case for conditional variable initialization with a null parameter.
Test case for signaling a condition variable with a NULL parameter.
Test case for broadcasting a condition variable with a NULL parameter.
Test case for waiting on a condition variable with a NULL parameter.
Test case for conditional variable use case with signal.
No description