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

1 2 3 4 5

  /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/
condition.h 40 ((pthread_cond_wait((cp), &((mp)->mutex)) == 0) ? \
44 ((pthread_cond_wait((cp), (mp)) == 0) ? \
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
libgprofng.ver 32 pthread_cond_wait;
81 pthread_cond_wait;
92 pthread_cond_wait;
122 pthread_cond_wait;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
libgprofng.ver 32 pthread_cond_wait;
81 pthread_cond_wait;
92 pthread_cond_wait;
122 pthread_cond_wait;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
bp_in_thread.c 28 pthread_cond_wait (cond, mut);
pthread_cond_wait.c 29 pthread_cond_wait (cond, mut);
hand-call-in-threads.c 50 pthread_cond_wait (cond, mut);
91 pthread_cond_wait (&thread_count_condvar, &thread_count_mutex);
interrupted-hand-call.c 56 pthread_cond_wait (cond, mut);
112 pthread_cond_wait (&thread_count_condvar, &thread_count_mutex);
infcall-thread-announce.c 60 but releases it when the main thread enters a pthread_cond_wait. */
73 pthread_cond_wait we release the lock, which allows the main thread to
75 res = pthread_cond_wait (&thread->cond, &thread->mutex);
79 the pthread_cond_wait, so release the lock now. */
111 res = pthread_cond_wait (&threads[idx].cond, &threads[idx].mutex);
114 /* The worker thread is now blocked in a pthread_cond_wait and we
115 reacquired the lock as we left our own pthread_cond_wait above. */
queue-signal.c 95 pthread_cond_wait (&thread_count_condvar, &thread_count_mutex);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
bp_in_thread.c 28 pthread_cond_wait (cond, mut);
pthread_cond_wait.c 29 pthread_cond_wait (cond, mut);
hand-call-in-threads.c 50 pthread_cond_wait (cond, mut);
91 pthread_cond_wait (&thread_count_condvar, &thread_count_mutex);
interrupted-hand-call.c 56 pthread_cond_wait (cond, mut);
112 pthread_cond_wait (&thread_count_condvar, &thread_count_mutex);
infcall-thread-announce.c 60 but releases it when the main thread enters a pthread_cond_wait. */
73 pthread_cond_wait we release the lock, which allows the main thread to
75 res = pthread_cond_wait (&thread->cond, &thread->mutex);
79 the pthread_cond_wait, so release the lock now. */
111 res = pthread_cond_wait (&threads[idx].cond, &threads[idx].mutex);
114 /* The worker thread is now blocked in a pthread_cond_wait and we
115 reacquired the lock as we left our own pthread_cond_wait above. */
queue-signal.c 95 pthread_cond_wait (&thread_count_condvar, &thread_count_mutex);
  /src/tests/libexec/ld.elf_so/
h_thread_local_dtor.c 50 pthread_cond_wait(&cond2, &mutex);
75 pthread_cond_wait(&cond1, &mutex);
  /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
condition.h 44 ((pthread_cond_wait((cp), &((mp)->mutex)) == 0) ? ISC_R_SUCCESS \
48 ((pthread_cond_wait((cp), (mp)) == 0) ? ISC_R_SUCCESS \
  /src/external/mpl/bind/dist/lib/isc/include/isc/
condition.h 79 int _ret = pthread_cond_wait(cp, mp); \
80 PTHREADS_RUNTIME_CHECK(pthread_cond_wait, _ret); \
  /src/tests/lib/libpthread/
t_cond.c 96 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
157 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
216 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond, &static_mutex));
243 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
282 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
372 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
412 PTHREAD_REQUIRE(pthread_cond_wait(&static_cond,
512 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
538 PTHREAD_REQUIRE(pthread_cond_wait(&cond, &mutex));
  /src/lib/libpthread/
cnd.c 114 if (pthread_cond_wait(cond, mtx) == 0)
  /src/crypto/external/cpl/trousers/dist/src/include/
threads.h 30 #define COND_WAIT(c,m) pthread_cond_wait(c,m)
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
sem.c 71 ret = pthread_cond_wait (&sem->cond, &sem->mutex);
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
sem.c 71 ret = pthread_cond_wait (&sem->cond, &sem->mutex);
  /src/external/lgpl2/userspace-rcu/dist/src/
compat_futex.c 72 pthread_cond_wait(&__urcu_compat_futex_cond,
  /src/external/zlib/pigz/dist/
yarn.c 40 pthread_cond_broadcast(), pthread_cond_wait(), pthread_cond_destroy() */
147 if ((ret = pthread_cond_wait(&(bolt->cond), &(bolt->mutex))) != 0)
152 if ((ret = pthread_cond_wait(&(bolt->cond), &(bolt->mutex))) != 0)
157 if ((ret = pthread_cond_wait(&(bolt->cond), &(bolt->mutex))) != 0)
162 if ((ret = pthread_cond_wait(&(bolt->cond), &(bolt->mutex))) != 0)

Completed in 39 milliseconds

1 2 3 4 5