Eneboo - Documentación para desarrolladores
|
Funciones | |
DWORD | pthread_self () |
void | pthread_setspecific (pthread_key_t key, void *val) |
void * | pthread_getspecific (pthread_key_t key) |
void | pthread_mutex_init (pthread_mutex_t *mp, void *attr) |
void | pthread_mutex_lock (pthread_mutex_t *mp) |
void | pthread_mutex_unlock (pthread_mutex_t *mp) |
void* pthread_getspecific | ( | pthread_key_t | key | ) |
void pthread_mutex_init | ( | pthread_mutex_t * | mp, |
void * | attr | ||
) |
void pthread_mutex_lock | ( | pthread_mutex_t * | mp | ) |
void pthread_mutex_unlock | ( | pthread_mutex_t * | mp | ) |
DWORD pthread_self | ( | void | ) |
void pthread_setspecific | ( | pthread_key_t | key, |
void * | val | ||
) |