#include "src/common/blist.hpp"
Idź do kodu źródłowego tego pliku.
Komponenty | |
struct | thwait_t |
struct | sem_t |
Funkcje | |
int | sem_init (sem_t *sem, unsigned int value, const char *name) |
int | sem_destroy (sem_t *sem) |
int | sem_getvalue (sem_t *sem, int *sval) |
int | sem_wait (sem_t *sem) |
int | sem_trywait (sem_t *sem) |
int | sem_post (sem_t *sem) |
Zmienne | |
const uint32 | SF_OPEN = 1 |
int sem_init | ( | sem_t * | sem, | |
unsigned int | value, | |||
const char * | name | |||
) |
Definicja w linii 17 pliku sem.hpp.
Odwołania w sem_destroy(), sem_getvalue(), sem_init(), sem_post(), sem_trywait() i sem_wait().