ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
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.

Enumeration Type Documentation

◆ TOP_REQ

enum TOP_REQ
Enumerator
TOP_REQ_WAKEUP 
TOP_REQ_ROTATE 
TOP_REQ_SUSPEND 

Definition at line 22 of file thread.c.

22  {
26 };
@ TOP_REQ_SUSPEND
Definition: thread.c:25
@ TOP_REQ_WAKEUP
Definition: thread.c:23
@ TOP_REQ_ROTATE
Definition: thread.c:24

Variable Documentation

◆ topArg

struct topArg topArg
extern

◆ topId

int topId
extern

◆ topSema

int topSema
extern