LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Macros | Functions
xenon_power.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XENON_SPEED_1_3   4
 
#define XENON_SPEED_1_2   3
 
#define XENON_SPEED_3_2   2
 
#define XENON_SPEED_FULL   1
 

Functions

void xenon_thread_startup (void)
 
void xenon_make_it_faster (int speed)
 
int xenon_run_thread_task (int thread, void *stack, void *task)
 
int xenon_is_thread_task_running (int thread)
 
void xenon_sleep_thread (int thread)
 
void xenon_set_single_thread_mode ()
 

Macro Definition Documentation

◆ XENON_SPEED_1_2

#define XENON_SPEED_1_2   3

Definition at line 12 of file xenon_power.h.

◆ XENON_SPEED_1_3

#define XENON_SPEED_1_3   4

Definition at line 11 of file xenon_power.h.

◆ XENON_SPEED_3_2

#define XENON_SPEED_3_2   2

Definition at line 13 of file xenon_power.h.

◆ XENON_SPEED_FULL

#define XENON_SPEED_FULL   1

Definition at line 14 of file xenon_power.h.

Function Documentation

◆ xenon_is_thread_task_running()

int xenon_is_thread_task_running ( int  thread)

Definition at line 217 of file xenon_power.c.

◆ xenon_make_it_faster()

void xenon_make_it_faster ( int  speed)

Definition at line 226 of file xenon_power.c.

◆ xenon_run_thread_task()

int xenon_run_thread_task ( int  thread,
void *  stack,
void *  task 
)

Definition at line 208 of file xenon_power.c.

◆ xenon_set_single_thread_mode()

void xenon_set_single_thread_mode ( )

Definition at line 276 of file xenon_power.c.

◆ xenon_sleep_thread()

void xenon_sleep_thread ( int  thread)

Definition at line 270 of file xenon_power.c.

◆ xenon_thread_startup()

void xenon_thread_startup ( void  )

Definition at line 263 of file xenon_power.c.