Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Error Number

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.
 

Detailed Description

Macro Definition Documentation

◆ ERROR_ANY

Function Documentation

◆ test_errno()

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.

◆ test_thread_context()

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

◆ thread_entry_user()

void thread_entry_user ( void * p1,
void * p2,
void * p3 )