Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
thread_data Struct Reference

#include <test_sched.h>

Data Fields

k_tid_t tid
 
int priority
 
int executed
 
int init_prio
 
int32_t init_delay
 
void * init_p1
 
void * init_p2
 
void * init_p3
 

Field Documentation

◆ executed

int thread_data::executed

◆ init_delay

int32_t thread_data::init_delay

◆ init_p1

void* thread_data::init_p1

◆ init_p2

void* thread_data::init_p2

◆ init_p3

void* thread_data::init_p3

◆ init_prio

int thread_data::init_prio

◆ priority

int thread_data::priority

◆ tid

k_tid_t thread_data::tid

The documentation for this struct was generated from the following files: