NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
tGKI_OS Struct Reference

Description

Definition at line 87 of file gki_int.h.

Public Attributes

pthread_mutex_t GKI_mutex
 
pthread_t thread_id [GKI_MAX_TASKS]
 
pthread_mutex_t thread_evt_mutex [GKI_MAX_TASKS]
 
pthread_cond_t thread_evt_cond [GKI_MAX_TASKS]
 
pthread_mutex_t thread_timeout_mutex [GKI_MAX_TASKS]
 
pthread_cond_t thread_timeout_cond [GKI_MAX_TASKS]
 
int no_timer_suspend
 
pthread_mutex_t gki_timer_mutex
 
pthread_cond_t gki_timer_cond
 
pthread_mutex_t GKI_trace_mutex
 

Member Data Documentation

◆ GKI_mutex

pthread_mutex_t tGKI_OS::GKI_mutex

Definition at line 94 of file gki_int.h.

◆ thread_id

pthread_t tGKI_OS::thread_id[GKI_MAX_TASKS]

Definition at line 95 of file gki_int.h.

◆ thread_evt_mutex

pthread_mutex_t tGKI_OS::thread_evt_mutex[GKI_MAX_TASKS]

Definition at line 96 of file gki_int.h.

◆ thread_evt_cond

pthread_cond_t tGKI_OS::thread_evt_cond[GKI_MAX_TASKS]

Definition at line 97 of file gki_int.h.

◆ thread_timeout_mutex

pthread_mutex_t tGKI_OS::thread_timeout_mutex[GKI_MAX_TASKS]

Definition at line 98 of file gki_int.h.

◆ thread_timeout_cond

pthread_cond_t tGKI_OS::thread_timeout_cond[GKI_MAX_TASKS]

Definition at line 99 of file gki_int.h.

◆ no_timer_suspend

int tGKI_OS::no_timer_suspend

Definition at line 100 of file gki_int.h.

◆ gki_timer_mutex

pthread_mutex_t tGKI_OS::gki_timer_mutex

Definition at line 101 of file gki_int.h.

◆ gki_timer_cond

pthread_cond_t tGKI_OS::gki_timer_cond

Definition at line 102 of file gki_int.h.

◆ GKI_trace_mutex

pthread_mutex_t tGKI_OS::GKI_trace_mutex

Definition at line 104 of file gki_int.h.