|
VSF Documented
|
#include "../../vsf_sdl2_cfg.h"#include "kernel/vsf_kernel.h"#include "SDL_stdinc.h"#include "begin_code.h"#include "close_code.h"Go to the source code of this file.
Macros | |
| #define | SDL_CreateMutex VSF_SDL_WRAPPER(SDL_CreateMutex) |
| #define | SDL_DestroyMutex VSF_SDL_WRAPPER(SDL_DestroyMutex) |
| #define | SDL_TryLockMutex VSF_SDL_WRAPPER(SDL_TryLockMutex) |
| #define | SDL_LockMutex VSF_SDL_WRAPPER(SDL_LockMutex) |
| #define | SDL_UnlockMutex VSF_SDL_WRAPPER(SDL_UnlockMutex) |
Typedefs | |
| typedef vsf_mutex_t | SDL_mutex |
Functions | |
| void | SDL_DestroyMutex (SDL_mutex *mutex) |
| int | SDL_TryLockMutex (SDL_mutex *mutex) |
| int | SDL_LockMutex (SDL_mutex *mutex) |
| int | SDL_UnlockMutex (SDL_mutex *mutex) |
| SDL_mutex * SDL_CreateMutex VSF_SDL_WRAPPER(SDL_CreateMutex) |
| #define SDL_DestroyMutex VSF_SDL_WRAPPER(SDL_DestroyMutex) |
| #define SDL_TryLockMutex VSF_SDL_WRAPPER(SDL_TryLockMutex) |
| #define SDL_LockMutex VSF_SDL_WRAPPER(SDL_LockMutex) |
| #define SDL_UnlockMutex VSF_SDL_WRAPPER(SDL_UnlockMutex) |
| typedef vsf_mutex_t SDL_mutex |
|
extern |
|
extern |
|
extern |
|
extern |