LibXenon
Bare-metal Xbox 360 homebrew library
|
Go to the source code of this file.
Functions | |
void | atomic_inc (unsigned int *v) |
void | atomic_dec (unsigned int *v) |
void | atomic_clearset (unsigned int *v, unsigned int andc, unsigned int or_) |
void | lock (unsigned int *lock) |
void | unlock (unsigned int *lock) |
void atomic_dec | ( | unsigned int * | v | ) |
void atomic_inc | ( | unsigned int * | v | ) |
void lock | ( | unsigned int * | lock | ) |
void unlock | ( | unsigned int * | lock | ) |