|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
Functions | |
| static void | set_assert_valid (bool valid) |
| static void | action_after_assert_fail (void) |
| void | assert_post_action (const char *file, unsigned int line) |
| ZTEST (spinlock, test_spinlock_no_recursive) | |
| Test spinlock cannot be recursive. More... | |
| ZTEST (spinlock, test_spinlock_unlock_error) | |
| Test unlocking incorrect spinlock. More... | |
| ZTEST (spinlock, test_spinlock_release_error) | |
| Test unlocking incorrect spinlock. More... | |
Variables | |
| static struct k_spinlock | lock |
| static struct k_spinlock | mylock |
| static k_spinlock_key_t | key |
| static ZTEST_DMEM volatile bool | valid_assert |
|
static |
| void assert_post_action | ( | const char * | file, |
| unsigned int | line | ||
| ) |
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |