1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_mutex_lock_timeout
JulianHolzwarth b3d2324ccf tests/xtimer_mutex_lock_timeout: new test for mutex locked
New test function cmd_test_xtimer_mutex_lock_timeout_long_locked.
In this test the mutex is locked and the timeout is long.
When it works the thread continues running and stops waiting for the mutex and
the function will return that it did not get the mutex.
2019-06-26 15:28:25 +02:00
..
tests tests/xtimer_mutex_lock_timeout: new test for mutex locked 2019-06-26 15:28:25 +02:00
main.c tests/xtimer_mutex_lock_timeout: new test for mutex locked 2019-06-26 15:28:25 +02:00
Makefile tests/xtimer_mutex_lock_timeout: minimal xtimer_mutex_lock_timeout test 2019-06-26 15:26:15 +02:00