PS2SDK
PS2 Homebrew Libraries
|
#include <stdint.h>
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <sys/lock.h>
#include <kernel.h>
Go to the source code of this file.
Data Structures | |
struct | __lock |
Functions | |
static void | __common_lock_init (_LOCK_T lock) |
static void | __common_lock_init_recursive (_LOCK_T lock) |
static void | __common_lock_close (_LOCK_T lock) |
static void | __common_lock_close_recursive (_LOCK_T lock) |
The lock API functions required by newlib.
Definition in file lock.c.
struct __lock |
|
inlinestatic |