HomeSort by: relevance | last modified time | path
    Searched refs:pthread_cond_t (Results 1 - 25 of 110) sorted by relevancy

1 2 3 4 5

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctfmerge.h 47 pthread_cond_t wip_cv;
65 pthread_cond_t wq_work_avail;
66 pthread_cond_t wq_work_removed;
73 pthread_cond_t wq_done_cv;
75 pthread_cond_t wq_alldone_cv; /* protected by queue_lock */
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_posix_util.h 69 extern "C" int __interceptor_pthread_cond_init(pthread_cond_t *cond,
71 extern "C" int __interceptor_pthread_cond_signal(pthread_cond_t *cond);
72 extern "C" int __interceptor_pthread_cond_broadcast(pthread_cond_t *cond);
73 extern "C" int __interceptor_pthread_cond_wait(pthread_cond_t *cond,
75 extern "C" int __interceptor_pthread_cond_destroy(pthread_cond_t *cond);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
bp_in_thread.c 25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
36 pthread_cond_t cond;
pthread_cond_wait.c 26 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
37 pthread_cond_t cond;
hand-call-in-threads.c 34 pthread_cond_t thread_count_condvar;
47 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
58 pthread_cond_t cond;
interrupted-hand-call.c 38 pthread_cond_t thread_count_condvar;
53 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
64 pthread_cond_t cond;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
bp_in_thread.c 25 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
36 pthread_cond_t cond;
pthread_cond_wait.c 26 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
37 pthread_cond_t cond;
hand-call-in-threads.c 34 pthread_cond_t thread_count_condvar;
47 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
58 pthread_cond_t cond;
interrupted-hand-call.c 38 pthread_cond_t thread_count_condvar;
53 cond_wait (pthread_cond_t *cond, pthread_mutex_t *mut)
64 pthread_cond_t cond;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 162 static pthread_cond_t *init_cond(pthread_cond_t *c, bool force = false) {
166 return (pthread_cond_t*)cond;
167 void *newcond = malloc(sizeof(pthread_cond_t));
168 internal_memset(newcond, 0, sizeof(pthread_cond_t));
171 return (pthread_cond_t*)newcond;
173 return (pthread_cond_t*)cond;
176 INTERCEPTOR(int, pthread_cond_init, pthread_cond_t *c,
179 pthread_cond_t *cond = init_cond(c, true);
183 INTERCEPTOR(int, pthread_cond_wait, pthread_cond_t *c, pthread_mutex_t *m)
    [all...]
  /src/external/bsd/libevent/dist/
evthread_pthread.c 109 pthread_cond_t *cond = mm_malloc(sizeof(pthread_cond_t));
122 pthread_cond_t *cond = cond_;
130 pthread_cond_t *cond = cond_;
143 pthread_cond_t *cond = cond_;
  /src/external/bsd/ntp/dist/sntp/libevent/
evthread_pthread.c 108 pthread_cond_t *cond = mm_malloc(sizeof(pthread_cond_t));
121 pthread_cond_t *cond = cond_;
129 pthread_cond_t *cond = cond_;
142 pthread_cond_t *cond = cond_;
  /src/lib/libpthread/
pthread.h 126 int pthread_cond_init(pthread_cond_t * __restrict,
128 int pthread_cond_destroy(pthread_cond_t *);
129 int pthread_cond_wait(pthread_cond_t * __restrict,
132 int pthread_cond_timedwait(pthread_cond_t * __restrict,
135 int pthread_cond_signal(pthread_cond_t *);
136 int pthread_cond_broadcast(pthread_cond_t *);
243 int pthread_cond_has_waiters_np(pthread_cond_t *);
392 int __libc_cond_init(pthread_cond_t * __restrict,
394 int __libc_cond_signal(pthread_cond_t *);
395 int __libc_cond_broadcast(pthread_cond_t *);
    [all...]
pthread_cond.c 53 int _pthread_cond_has_waiters_np(pthread_cond_t *);
72 pthread_cond_getclock(const pthread_cond_t *cond)
83 pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr)
108 pthread_cond_destroy(pthread_cond_t *cond)
125 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
228 pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
237 pthread_cond_signal(pthread_cond_t *cond)
282 pthread_cond_broadcast(pthread_cond_t *cond)
323 _pthread_cond_has_waiters_np(pthread_cond_t *cond)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
condition.h 41 typedef pthread_cond_t *isc_condition_t;
60 typedef pthread_cond_t isc_condition_t;
102 isc__condition_waituntil(pthread_cond_t *, pthread_mutex_t *, isc_time_t *);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
background_thread_structs.h 36 pthread_cond_t cond;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
background_thread_structs.h 36 pthread_cond_t cond;
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
background_thread_structs.h 24 pthread_cond_t cond;
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
background_thread_structs.h 24 pthread_cond_t cond;
  /src/external/gpl3/binutils/dist/gprofng/src/
DbeThread.h 50 pthread_cond_t p_cond_var;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DbeThread.h 50 pthread_cond_t p_cond_var;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/
pthread.d 52 int pthread_cond_signal_thread_np(pthread_cond_t*, pthread_t);
53 int pthread_cond_timedwait_relative_np(pthread_cond_t*, pthread_mutex_t*, const scope timespec*);
  /src/tests/libexec/ld.elf_so/
h_thread_local_dtor.c 36 static pthread_cond_t cond1 = PTHREAD_COND_INITIALIZER;
37 static pthread_cond_t cond2 = PTHREAD_COND_INITIALIZER;
  /src/lib/libisns/
isns_task.h 77 pthread_cond_t wait_condvar;

Completed in 60 milliseconds

1 2 3 4 5