Zephyr API Documentation  3.0.0
A Scalable Open Source RTOS
3.0.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
test_poll_fail.c File Reference
#include <ztest.h>
#include <kernel.h>
#include <ztest_error_hook.h>

Macros

#define STACK_SIZE   (1024 + CONFIG_TEST_EXTRA_STACKSIZE)
 

Functions

void test_k_poll_user_num_err (void)
 Test API k_poll with error number events in user mode. More...
 
void test_k_poll_user_mem_err (void)
 Test API k_poll with error member of events in user mode. More...
 
void test_k_poll_user_type_sem_err (void)
 Test API k_poll with NULL sem event in user mode. More...
 
void test_k_poll_user_type_signal_err (void)
 Test API k_poll with NULL signal event in user mode. More...
 
void test_k_poll_user_type_fifo_err (void)
 Test API k_poll with NULL fifo event in user mode. More...
 
void test_k_poll_user_type_msgq_err (void)
 Test API k_poll with NULL message queue event in user mode. More...
 
void test_poll_signal_init_null (void)
 Test API k_poll_signal_init with NULL in user mode. More...
 
void test_poll_signal_check_obj (void)
 Test API k_poll_signal_check with NULL object in user mode. More...
 
void test_poll_signal_check_signal (void)
 Test API k_poll_signal_check with unread address in user mode. More...
 
void test_poll_signal_check_result (void)
 Test API k_poll_signal_check with unread address in user mode. More...
 
void test_poll_signal_raise_null (void)
 Test API k_poll_signal_raise with unread address in user mode. More...
 
void test_poll_signal_reset_null (void)
 Test API k_poll_signal_reset with unread address in user mode. More...
 
void test_poll_fail_grant_access (void)
 

Variables

static struct k_poll_signal signal_err
 

Macro Definition Documentation

◆ STACK_SIZE

#define STACK_SIZE   (1024 + CONFIG_TEST_EXTRA_STACKSIZE)

Function Documentation

◆ test_poll_fail_grant_access()

void test_poll_fail_grant_access ( void  )

Variable Documentation

◆ signal_err

struct k_poll_signal signal_err
static