MOS Source Code
Loading...
Searching...
No Matches
kthread_arg_t Struct Reference
+ Inheritance diagram for kthread_arg_t:
+ Collaboration diagram for kthread_arg_t:

Public Attributes

thread_entry_t entry
 
voidarg
 

Additional Inherited Members

- Static Public Attributes inherited from NamedType<"KThread.Arg">
static constexpr mos::string_view type_name
 

Detailed Description

Definition at line 16 of file kthread.cpp.

Member Data Documentation

◆ entry

Definition at line 18 of file kthread.cpp.

Referenced by kthread_create_no_sched(), and kthread_entry().

◆ arg

void* arg

Definition at line 19 of file kthread.cpp.

Referenced by kthread_create_no_sched(), and kthread_entry().


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