Zephyr Project API 3.7.0
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)
 
 ZTEST (threads_lifecycle_1cpu, test_threads_cpu_mask)
 

Variables

struct k_thread child_thread
 
bool child_has_run
 

Function Documentation

◆ child_fn()

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

◆ ZTEST()

ZTEST ( threads_lifecycle_1cpu  ,
test_threads_cpu_mask   
)

Variable Documentation

◆ child_has_run

bool child_has_run

◆ child_thread

struct k_thread child_thread