PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
thread.c File Reference
#include "kernel.h"
+ Include dependency graph for thread.c:

Go to the source code of this file.

Data Structures

struct  request
 
struct  topArg
 

Enumerations

enum  TOP_REQ { TOP_REQ_WAKEUP , TOP_REQ_ROTATE , TOP_REQ_SUSPEND }
 

Variables

int topId
 
int topSema
 
struct topArg topArg
 

Detailed Description

EE kernel update for thread functions

Definition in file thread.c.


Data Structure Documentation

◆ request

struct request

Definition at line 17 of file thread.c.

Data Fields
u8 mode
u8 data

◆ topArg

struct topArg

Definition at line 29 of file thread.c.

+ Collaboration diagram for topArg:
Data Fields
int requestOut
int requestIn
struct request request[512]

Enumeration Type Documentation

◆ TOP_REQ

enum TOP_REQ

Definition at line 23 of file thread.c.