HomeSort by: relevance | last modified time | path
    Searched defs:sem_t (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
semaphore.h 38 typedef struct _sem_st *sem_t; typedef in typeref:struct:_sem_st *
40 #define SEM_FAILED ((sem_t *)0)
46 int sem_close(sem_t *);
47 int sem_destroy(sem_t *);
48 int sem_getvalue(sem_t * __restrict, int * __restrict);
49 int sem_init(sem_t *, int, unsigned int);
50 int sem_post(sem_t *);
51 int sem_timedwait(sem_t *, const struct timespec * __restrict);
52 int sem_trywait(sem_t *);
54 int sem_wait(sem_t *);
    [all...]
semaphore.h 38 typedef struct _sem_st *sem_t; typedef in typeref:struct:_sem_st *
40 #define SEM_FAILED ((sem_t *)0)
46 int sem_close(sem_t *);
47 int sem_destroy(sem_t *);
48 int sem_getvalue(sem_t * __restrict, int * __restrict);
49 int sem_init(sem_t *, int, unsigned int);
50 int sem_post(sem_t *);
51 int sem_timedwait(sem_t *, const struct timespec * __restrict);
52 int sem_trywait(sem_t *);
54 int sem_wait(sem_t *);
    [all...]

Completed in 204 milliseconds