UbixOS  2.0
thread_start_param Struct Reference
Collaboration diagram for thread_start_param:
Collaboration graph

Data Fields

void * arg
 
void(* function )(void *)
 
struct sys_threadthread
 

Detailed Description

Definition at line 411 of file sys_arch.c.

Field Documentation

◆ arg

void* thread_start_param::arg

Definition at line 414 of file sys_arch.c.

◆ function

void(* thread_start_param::function) (void *)

Definition at line 413 of file sys_arch.c.

◆ thread

struct sys_thread* thread_start_param::thread

Definition at line 412 of file sys_arch.c.


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