#include <pspsdk.h>
Go to the source code of this file.
◆ OS_DEFAULT_PRIO
#define OS_DEFAULT_PRIO 11 |
◆ OS_IS_HANDLE_VALID
#define OS_IS_HANDLE_VALID |
( |
|
x | ) |
((x) > 0) |
◆ OS_MAX_PRIO
◆ OS_MAX_SEM_VALUE
#define OS_MAX_SEM_VALUE 254 |
◆ OS_MAX_SIMUL_THREADS
#define OS_MAX_SIMUL_THREADS 10 |
◆ OS_MIN_PRIO
◆ POLLING_DELAY_IN_us
#define POLLING_DELAY_IN_us 100 |
◆ pte_osMutexHandle
◆ pte_osSemaphoreHandle
◆ pte_osThreadHandle
◆ PspInterlockedCompareExchange()
int PspInterlockedCompareExchange |
( |
int * |
pdest, |
|
|
int |
exchange, |
|
|
int |
comp |
|
) |
| |
◆ PspInterlockedDecrement()
int PspInterlockedDecrement |
( |
int * |
pdest | ) |
|
◆ PspInterlockedExchange()
int PspInterlockedExchange |
( |
int * |
ptarg, |
|
|
int |
val |
|
) |
| |
◆ PspInterlockedExchangeAdd()
int PspInterlockedExchangeAdd |
( |
int volatile * |
pAddend, |
|
|
int |
value |
|
) |
| |
◆ PspInterlockedIncrement()
int PspInterlockedIncrement |
( |
int * |
pdest | ) |
|