|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
Macros | |
| #define | ERROR_ANY 0xfc |
Functions | |
| void | test_thread_context (void) |
| Verify thread context. | |
| void | thread_entry_user (void *p1, void *p2, void *p3) |
| void | test_errno (void) |
| Verify errno works well. | |
| #define ERROR_ANY 0xfc |
| void test_errno | ( | void | ) |
#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/errno.c>
Verify errno works well.
Check whether a C standard errno can be stored successfully, no matter it is using tls or not.
| void test_thread_context | ( | void | ) |
#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/errno.c>
Verify thread context.
Check whether variable value per-thread are saved during context switch
TESTPOINT: thread- threads stacks are separate
| void thread_entry_user | ( | void * | p1, |
| void * | p2, | ||
| void * | p3 ) |