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

  /src/external/cddl/osnet/dist/head/
synch.h 55 upad64_t pad1[3]; /* reserved for a mutex_t */
62 * and pthread_cond_t. These structures are identical to mutex_t (lwp_mutex_t)
64 * of <synch.h> (to allow a "#typedef mutex_t pthread_mutex_t") would pull in
67 * in <sys/types.h>). Any modifications done to mutex_t/lwp_mutex_t or
70 typedef lwp_mutex_t mutex_t; typedef
85 mutex_t mutex; /* used with process-shared rwlocks */
104 int cond_wait(cond_t *, mutex_t *);
105 int cond_timedwait(cond_t *, mutex_t *, const timespec_t *);
106 int cond_reltimedwait(cond_t *, mutex_t *, const timespec_t *);
109 int mutex_init(mutex_t *, int, void *)
    [all...]
thread.h 45 typedef pthread_mutex_t mutex_t; typedef
  /src/lib/libc/include/
reentrant.h 67 * The thread primitives used by the library (mutex_t, mutex_lock, etc.)
100 #define mutex_t pthread_mutex_t macro
133 int __libc_mutex_init(mutex_t *, const mutexattr_t *);
134 int __libc_mutex_lock(mutex_t *);
135 int __libc_mutex_trylock(mutex_t *);
136 int __libc_mutex_unlock(mutex_t *);
137 int __libc_mutex_destroy(mutex_t *);
158 int __libc_cond_wait(cond_t *, mutex_t *);
160 int __libc_cond_timedwait(cond_t *, mutex_t *, const struct timespec *);
231 int __libc_mutex_init_stub(mutex_t *, const mutexattr_t *)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 179 typedef CRITICAL_SECTION mutex_t; typedef
193 typedef pthread_mutex_t mutex_t; typedef
342 mutex_t mutex;

Completed in 17 milliseconds