PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
_thread_t Struct Reference

#include <thread.h>

Collaboration diagram for _thread_t:

Data Fields

atomic_uint64_t state
 
tid_t id
 
int result
 
errno_t err
 
thrd_start_t func
 
void * arg
 

Detailed Description

Definition at line 22 of file thread.h.

Field Documentation

◆ state

atomic_uint64_t _thread_t::state

Definition at line 24 of file thread.h.

◆ id

tid_t _thread_t::id

Definition at line 25 of file thread.h.

◆ result

int _thread_t::result

Definition at line 26 of file thread.h.

◆ err

errno_t _thread_t::err

Definition at line 27 of file thread.h.

◆ func

thrd_start_t _thread_t::func

Definition at line 28 of file thread.h.

◆ arg

void* _thread_t::arg

Definition at line 29 of file thread.h.


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