HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cond_t (Results 1 - 25 of 571) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/include/qemu/
thread-posix.h 11 pthread_cond_t cond;
17 pthread_cond_t cond;
27 pthread_cond_t cond;
  /external/valgrind/main/drd/
drd_cond_initializer.c 6 static pthread_cond_t pthread_cond_initializer = PTHREAD_COND_INITIALIZER;
  /external/valgrind/main/helgrind/tests/
cond_init_destroy.c 4 pthread_cond_t c;
  /external/lldb/include/lldb/Host/
Condition.h 26 /// A class that wraps up a pthread condition (pthread_cond_t). The
108 pthread_cond_t m_condition; ///< The condition variable.
116 pthread_cond_t *
  /external/lldb/tools/debugserver/source/
PThreadCondition.h 33 pthread_cond_t *Condition()
49 pthread_cond_t m_condition;
  /external/valgrind/main/drd/tests/
pth_uninitialized_cond.c 10 static pthread_cond_t s_cond1 = PTHREAD_COND_INITIALIZER;
11 static pthread_cond_t s_cond2 = PTHREAD_COND_INITIALIZER;
annotate_hb_err.c 13 pthread_cond_t cv;
30 pthread_cond_init((pthread_cond_t*)&i, NULL);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.h 94 pthread_cond_t mCondition;
  /frameworks/rs/
rsSignal.h 42 pthread_cond_t mCondition;
  /hardware/intel/common/wrs_omxil_core/utils/inc/
workqueue.h 85 pthread_cond_t complete;
102 pthread_cond_t wcond;
109 pthread_cond_t executing_wait;
110 pthread_cond_t paused_wait;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_ni.h 45 pthread_cond_t tCond;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CMutex.h 58 pthread_cond_t m_cond;
CSemaphore.h 63 pthread_cond_t m_cond;
  /packages/apps/Nfc/nci/jni/
CondVar.h 90 pthread_cond_t mCondition;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsSignal.h 42 pthread_cond_t mCondition;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsSignal.h 42 pthread_cond_t mCondition;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsSignal.h 42 pthread_cond_t mCondition;
  /bionic/libc/bionic/
pthread_cond.cpp 48 // The 'value' field pthread_cond_t has the same layout.
109 int pthread_cond_init(pthread_cond_t* cond, const pthread_condattr_t* attr) {
119 int pthread_cond_destroy(pthread_cond_t* cond) {
127 static int __pthread_cond_pulse(pthread_cond_t* cond, int counter) {
152 int __pthread_cond_timedwait_relative(pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* reltime) {
166 int __pthread_cond_timedwait(pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* abstime, clockid_t clock) {
182 int pthread_cond_broadcast(pthread_cond_t* cond) {
186 int pthread_cond_signal(pthread_cond_t* cond) {
190 int pthread_cond_wait(pthread_cond_t* cond, pthread_mutex_t* mutex) {
194 int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t * mutex, const timespec *abstime)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h 36 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS];
38 pthread_cond_t thread_timeout_cond[GKI_MAX_TASKS];
41 pthread_cond_t gki_timer_cond;
  /external/libnfc-nci/src/gki/ulinux/
gki_int.h 36 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS];
38 pthread_cond_t thread_timeout_cond[GKI_MAX_TASKS];
41 pthread_cond_t gki_timer_cond;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cond_wait.c 271 pthread_cond_t cv;
280 pthread_cond_t cv = cleanup_args->cv;
354 ptw32_cond_timedwait (pthread_cond_t * cond,
358 pthread_cond_t cv;
454 pthread_cond_wait (pthread_cond_t * cond, pthread_mutex_t * mutex)
468 * pointer to an instance of pthread_cond_t
512 pthread_cond_timedwait (pthread_cond_t * cond,
524 * pointer to an instance of pthread_cond_t
global.c 47 pthread_cond_t ptw32_cond_list_head = NULL;
48 pthread_cond_t ptw32_cond_list_tail = NULL;
pthread_cond_signal.c 46 ptw32_cond_unblock (pthread_cond_t * cond, int unblockAll)
68 pthread_cond_t cv;
153 pthread_cond_signal (pthread_cond_t * cond)
165 * pointer to an instance of pthread_cond_t
195 pthread_cond_broadcast (pthread_cond_t * cond)
204 * pointer to an instance of pthread_cond_t
pthread_timechange_handler_np.c 92 pthread_cond_t cv;
ptw32_cond_check_need_init.c 43 ptw32_cond_check_need_init (pthread_cond_t * cond)

Completed in 1465 milliseconds

1 2 3 4 5 6 7 8 91011>>