Searched defs:sem_t (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsemaphore.h130 typedef struct sem_t_ * sem_t; typedef in typeref:struct:sem_t_
132 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
136 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
138 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
140 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
142 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
145 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
147 PTW32_DLLPORT int __cdecl sem_post_multiple (sem_t * sem,
155 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
159 PTW32_DLLPORT int __cdecl sem_getvalue (sem_t * se
[all...]
/external/valgrind/main/drd/tests/
H A Dannotate_sem.c21 } sem_t; typedef in typeref:struct:__anon32784
23 static sem_t s_sem;
26 static void sem_init(sem_t *p, unsigned value)
33 static void sem_destroy(sem_t *p)
38 static void sem_wait(sem_t *p)
53 static void sem_post(sem_t *p)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dthreading.h86 #define sem_t HANDLE macro
101 } sem_t; typedef in typeref:struct:__anon13070
103 static inline int sem_init(sem_t *sem, int pshared, unsigned int value)
115 static inline int sem_wait(sem_t * sem)
138 static inline int sem_post(sem_t * sem)
153 static inline int sem_destroy(sem_t * sem)
167 #define sem_t semaphore_t macro
/external/libvpx/libvpx/vp8/common/
H A Dthreading.h86 #define sem_t HANDLE macro
101 } sem_t; typedef in typeref:struct:__anon24861
103 static inline int sem_init(sem_t *sem, int pshared, unsigned int value)
115 static inline int sem_wait(sem_t * sem)
138 static inline int sem_post(sem_t * sem)
153 static inline int sem_destroy(sem_t * sem)
167 #define sem_t semaphore_t macro

Completed in 188 milliseconds