Eneboo - Documentación para desarrolladores
|
#include "../config.h"
Ir al código fuente de este archivo.
Clases | |
struct | old_mutex_t_ |
struct | old_mutexattr_t_ |
'defines' | |
#define | PTW32_OBJECT_AUTO_INIT ((void *) -1) |
'typedefs' | |
typedef struct old_mutex_t_ * | old_mutex_t |
typedef struct old_mutexattr_t_ * | old_mutexattr_t |
Enumeraciones | |
enum | { OLD_WIN32CS, OLD_WIN32MUTEX } |
Funciones | |
BOOL (WINAPI *ptw32_try_enter_critical_section)(LPCRITICAL_SECTION) | |
void | dummy_call (int *a) |
void | interlocked_inc_with_conditionals (int *a) |
void | interlocked_dec_with_conditionals (int *a) |
int | old_mutex_init (old_mutex_t *mutex, const old_mutexattr_t *attr) |
int | old_mutex_lock (old_mutex_t *mutex) |
int | old_mutex_unlock (old_mutex_t *mutex) |
int | old_mutex_trylock (old_mutex_t *mutex) |
int | old_mutex_destroy (old_mutex_t *mutex) |
Variables | |
int | old_mutex_use |
HINSTANCE | ptw32_h_kernel32 |
#define PTW32_OBJECT_AUTO_INIT ((void *) -1) |
typedef struct old_mutex_t_* old_mutex_t |
typedef struct old_mutexattr_t_* old_mutexattr_t |
BOOL | ( | WINAPI * | ptw32_try_enter_critical_section | ) |
void dummy_call | ( | int * | a | ) |
void interlocked_dec_with_conditionals | ( | int * | a | ) |
void interlocked_inc_with_conditionals | ( | int * | a | ) |
int old_mutex_destroy | ( | old_mutex_t * | mutex | ) |
int old_mutex_init | ( | old_mutex_t * | mutex, |
const old_mutexattr_t * | attr | ||
) |
int old_mutex_lock | ( | old_mutex_t * | mutex | ) |
int old_mutex_trylock | ( | old_mutex_t * | mutex | ) |
int old_mutex_unlock | ( | old_mutex_t * | mutex | ) |
HINSTANCE ptw32_h_kernel32 |