Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
test_threads_cpu_mask.c File Reference
#include <zephyr/ztest.h>
#include <zephyr/kernel.h>
#include "tests_thread_apis.h"

Functions

void child_fn (void *a, void *b, void *c)
 
void test_threads_cpu_mask (void)
 Test the CPU mask APIs for thread lifecycle management.
 

Variables

struct k_thread child_thread
 
bool child_has_run
 

Function Documentation

◆ child_fn()

void child_fn ( void * a,
void * b,
void * c )

Variable Documentation

◆ child_has_run

bool child_has_run

◆ child_thread

struct k_thread child_thread