cv 159 base/synchronization/condition_variable_unittest.cc ConditionVariable cv(&lock); cv 162 base/synchronization/condition_variable_unittest.cc cv.TimedWait(kTenMs); // Wait for 10 ms. cv 163 base/synchronization/condition_variable_unittest.cc cv.TimedWait(kTenMs); // Wait for 10 ms. cv 167 base/synchronization/condition_variable_unittest.cc cv.TimedWait(kTenMs); // Wait for 10 ms. cv 168 base/synchronization/condition_variable_unittest.cc cv.TimedWait(kTenMs); // Wait for 10 ms. cv 169 base/synchronization/condition_variable_unittest.cc cv.TimedWait(kTenMs); // Wait for 10 ms. cv 175 base/synchronization/condition_variable_unittest.cc ConditionVariable cv(&lock); cv 183 base/synchronization/condition_variable_unittest.cc cv.TimedWait(WAIT_TIME + FUDGE_TIME); cv 218 base/synchronization/condition_variable_unittest.cc ConditionVariable cv(&lock); cv 230 base/synchronization/condition_variable_unittest.cc cv.TimedWait(kWaitTime + kFudgeTime); cv 209 base/synchronization/waitable_event_posix.cc sw.cv()->TimedWait(max_wait); cv 211 base/synchronization/waitable_event_posix.cc sw.cv()->Wait(); cv 273 base/synchronization/waitable_event_posix.cc sw.cv()->Wait(); cv 107 base/third_party/dynamic_annotations/dynamic_annotations.c const char *file, int line, const volatile void *cv, cv 112 base/third_party/dynamic_annotations/dynamic_annotations.c const char *file, int line, const volatile void *cv) cv 116 base/third_party/dynamic_annotations/dynamic_annotations.c const char *file, int line, const volatile void *cv) cv 126 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ cv 127 base/third_party/dynamic_annotations/dynamic_annotations.h DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, lock) cv 131 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_CONDVAR_WAIT(cv) \ cv 132 base/third_party/dynamic_annotations/dynamic_annotations.h DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, NULL) cv 136 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL(cv) \ cv 137 base/third_party/dynamic_annotations/dynamic_annotations.h DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)(__FILE__, __LINE__, cv) cv 141 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) \ cv 142 base/third_party/dynamic_annotations/dynamic_annotations.h DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignalAll)(__FILE__, __LINE__, cv) cv 390 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) /* empty */ cv 391 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_CONDVAR_WAIT(cv) /* empty */ cv 392 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL(cv) /* empty */ cv 393 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) /* empty */ cv 457 base/third_party/dynamic_annotations/dynamic_annotations.h const char *file, int line, const volatile void *cv, cv 461 base/third_party/dynamic_annotations/dynamic_annotations.h const volatile void *cv) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; cv 464 base/third_party/dynamic_annotations/dynamic_annotations.h const volatile void *cv) DYNAMIC_ANNOTATIONS_ATTRIBUTE_WEAK; cv 36 base/threading/worker_pool_posix_unittest.cc void set_num_idle_threads_cv(ConditionVariable* cv) { cv 37 base/threading/worker_pool_posix_unittest.cc pool_->num_idle_threads_cv_.reset(cv); cv 116 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c pthread_cond_t cv; cv 132 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c cv = *cond; cv 139 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c if (ptw32_semwait (&(cv->semBlockLock)) != 0) /* Non-cancelable */ cv 150 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c if ((result = pthread_mutex_trylock (&(cv->mtxUnblockLock))) != 0) cv 152 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c (void) sem_post (&(cv->semBlockLock)); cv 165 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c if (cv->nWaitersBlocked > cv->nWaitersGone) cv 167 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c if (sem_post (&(cv->semBlockLock)) != 0) cv 171 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c result1 = pthread_mutex_unlock (&(cv->mtxUnblockLock)); cv 181 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c if (sem_destroy (&(cv->semBlockLock)) != 0) cv 185 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c if (sem_destroy (&(cv->semBlockQueue)) != 0) cv 189 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c if ((result2 = pthread_mutex_unlock (&(cv->mtxUnblockLock))) == 0) cv 191 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c result2 = pthread_mutex_destroy (&(cv->mtxUnblockLock)); cv 196 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c if (ptw32_cond_list_head == cv) cv 198 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c ptw32_cond_list_head = cv->next; cv 202 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c cv->prev->next = cv->next; cv 205 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c if (ptw32_cond_list_tail == cv) cv 207 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c ptw32_cond_list_tail = cv->prev; cv 211 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c cv->next->prev = cv->prev; cv 214 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c (void) free (cv); cv 72 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c pthread_cond_t cv = NULL; cv 90 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c cv = (pthread_cond_t) calloc (1, sizeof (*cv)); cv 92 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c if (cv == NULL) cv 98 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c cv->nWaitersBlocked = 0; cv 99 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c cv->nWaitersToUnblock = 0; cv 100 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c cv->nWaitersGone = 0; cv 102 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c if (sem_init (&(cv->semBlockLock), 0, 1) != 0) cv 108 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c if (sem_init (&(cv->semBlockQueue), 0, 0) != 0) cv 114 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c if ((result = pthread_mutex_init (&(cv->mtxUnblockLock), 0)) != 0) cv 129 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c (void) sem_destroy (&(cv->semBlockQueue)); cv 132 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c (void) sem_destroy (&(cv->semBlockLock)); cv 135 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c (void) free (cv); cv 136 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c cv = NULL; cv 145 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c cv->next = NULL; cv 146 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c cv->prev = ptw32_cond_list_tail; cv 150 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c ptw32_cond_list_tail->next = cv; cv 153 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c ptw32_cond_list_tail = cv; cv 157 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c ptw32_cond_list_head = cv; cv 163 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c *cond = cv; cv 68 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c pthread_cond_t cv; cv 76 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c cv = *cond; cv 82 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c if (cv == PTHREAD_COND_INITIALIZER) cv 87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c if ((result = pthread_mutex_lock (&(cv->mtxUnblockLock))) != 0) cv 92 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c if (0 != cv->nWaitersToUnblock) cv 94 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c if (0 == cv->nWaitersBlocked) cv 96 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c return pthread_mutex_unlock (&(cv->mtxUnblockLock)); cv 100 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c cv->nWaitersToUnblock += (nSignalsToIssue = cv->nWaitersBlocked); cv 101 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c cv->nWaitersBlocked = 0; cv 106 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c cv->nWaitersToUnblock++; cv 107 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c cv->nWaitersBlocked--; cv 110 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c else if (cv->nWaitersBlocked > cv->nWaitersGone) cv 113 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c if (ptw32_semwait (&(cv->semBlockLock)) != 0) cv 116 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c (void) pthread_mutex_unlock (&(cv->mtxUnblockLock)); cv 119 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c if (0 != cv->nWaitersGone) cv 121 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c cv->nWaitersBlocked -= cv->nWaitersGone; cv 122 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c cv->nWaitersGone = 0; cv 126 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c nSignalsToIssue = cv->nWaitersToUnblock = cv->nWaitersBlocked; cv 127 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c cv->nWaitersBlocked = 0; cv 131 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c nSignalsToIssue = cv->nWaitersToUnblock = 1; cv 132 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c cv->nWaitersBlocked--; cv 137 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c return pthread_mutex_unlock (&(cv->mtxUnblockLock)); cv 140 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c if ((result = pthread_mutex_unlock (&(cv->mtxUnblockLock))) == 0) cv 142 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c if (sem_post_multiple (&(cv->semBlockQueue), nSignalsToIssue) != 0) cv 271 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c pthread_cond_t cv; cv 280 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c pthread_cond_t cv = cleanup_args->cv; cv 291 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c if ((result = pthread_mutex_lock (&(cv->mtxUnblockLock))) != 0) cv 297 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c if (0 != (nSignalsWasLeft = cv->nWaitersToUnblock)) cv 299 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c --(cv->nWaitersToUnblock); cv 301 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c else if (INT_MAX / 2 == ++(cv->nWaitersGone)) cv 304 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c if (ptw32_semwait (&(cv->semBlockLock)) != 0) cv 314 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c cv->nWaitersBlocked -= cv->nWaitersGone; cv 315 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c if (sem_post (&(cv->semBlockLock)) != 0) cv 325 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c cv->nWaitersGone = 0; cv 328 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c if ((result = pthread_mutex_unlock (&(cv->mtxUnblockLock))) != 0) cv 336 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c if (sem_post (&(cv->semBlockLock)) != 0) cv 358 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c pthread_cond_t cv; cv 382 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c cv = *cond; cv 385 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c if (sem_wait (&(cv->semBlockLock)) != 0) cv 390 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c ++(cv->nWaitersBlocked); cv 392 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c if (sem_post (&(cv->semBlockLock)) != 0) cv 401 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c cleanup_args.cv = cv; cv 431 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c if (sem_timedwait (&(cv->semBlockQueue), abstime) != 0) cv 92 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_timechange_handler_np.c pthread_cond_t cv; cv 97 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_timechange_handler_np.c cv = ptw32_cond_list_head; cv 99 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_timechange_handler_np.c while (cv != NULL && 0 == result) cv 101 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_timechange_handler_np.c result = pthread_cond_broadcast (&cv); cv 102 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_timechange_handler_np.c cv = cv->next; cv 73 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ cv 74 third_party/cld/base/dynamic_annotations.h AnnotateCondVarWait(__FILE__, __LINE__, cv, lock) cv 78 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_WAIT(cv) \ cv 79 third_party/cld/base/dynamic_annotations.h AnnotateCondVarWait(__FILE__, __LINE__, cv, NULL) cv 83 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL(cv) \ cv 84 third_party/cld/base/dynamic_annotations.h AnnotateCondVarSignal(__FILE__, __LINE__, cv) cv 87 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) \ cv 88 third_party/cld/base/dynamic_annotations.h AnnotateCondVarSignalAll(__FILE__, __LINE__, cv) cv 240 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) // empty cv 241 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_WAIT(cv) // empty cv 242 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL(cv) // empty cv 243 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) // empty cv 278 third_party/cld/base/dynamic_annotations.h const volatile void *cv, cv 281 third_party/cld/base/dynamic_annotations.h const volatile void *cv); cv 283 third_party/cld/base/dynamic_annotations.h const volatile void *cv); cv 469 third_party/libusb/src/libusb/os/wince_usb.c UCHAR cv = 0; cv 470 third_party/libusb/src/libusb/os/wince_usb.c if (!UkwGetConfig(priv->dev, &cv)) { cv 473 third_party/libusb/src/libusb/os/wince_usb.c (*config) = cv; cv 485 third_party/libusb/src/libusb/os/wince_usb.c UCHAR cv = (config < 0) ? 0 : config; cv 486 third_party/libusb/src/libusb/os/wince_usb.c if (!UkwSetConfig(priv->dev, cv)) { cv 126 third_party/libxml/src/threads.c pthread_cond_t cv; cv 308 third_party/libxml/src/threads.c pthread_cond_init(&tok->cv, NULL); cv 338 third_party/libxml/src/threads.c pthread_cond_destroy(&tok->cv); cv 372 third_party/libxml/src/threads.c pthread_cond_wait(&tok->cv, &tok->lock); cv 412 third_party/libxml/src/threads.c pthread_cond_signal(&tok->cv); cv 173 third_party/npapi/npspy/extern/nspr/md/_os2.h struct _MDCVar *cv; /* the condition variable notified */ cv 176 third_party/npapi/npspy/extern/nspr/md/_os2.h } cv[_MD_CV_NOTIFIED_LENGTH]; cv 315 third_party/npapi/npspy/extern/nspr/md/_solaris.h #define _MD_NEW_CV(condp) cond_init(&((condp)->cv), USYNC_THREAD, 0) cv 319 third_party/npapi/npspy/extern/nspr/md/_solaris.h #define _MD_NOTIFY_CV(condp, lockp) cond_signal(&((condp)->cv)) cv 320 third_party/npapi/npspy/extern/nspr/md/_solaris.h #define _MD_NOTIFYALL_CV(condp,unused) cond_broadcast(&((condp)->cv)) cv 321 third_party/npapi/npspy/extern/nspr/md/_solaris.h #define _MD_FREE_CV(condp) cond_destroy(&((condp)->cv)) cv 377 third_party/npapi/npspy/extern/nspr/md/_solaris.h COND_T cv; cv 164 third_party/npapi/npspy/extern/nspr/md/_win95.h struct _MDCVar *cv; /* the condition variable notified */ cv 167 third_party/npapi/npspy/extern/nspr/md/_win95.h } cv[_MD_CV_NOTIFIED_LENGTH]; cv 86 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c const volatile void *cv, cv 89 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c const volatile void *cv){} cv 91 third_party/tcmalloc/chromium/src/base/dynamic_annotations.c const volatile void *cv){} cv 106 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ cv 107 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h AnnotateCondVarWait(__FILE__, __LINE__, cv, lock) cv 111 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_WAIT(cv) \ cv 112 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h AnnotateCondVarWait(__FILE__, __LINE__, cv, NULL) cv 116 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL(cv) \ cv 117 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h AnnotateCondVarSignal(__FILE__, __LINE__, cv) cv 120 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) \ cv 121 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h AnnotateCondVarSignalAll(__FILE__, __LINE__, cv) cv 340 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) /* empty */ cv 341 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_WAIT(cv) /* empty */ cv 342 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL(cv) /* empty */ cv 343 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) /* empty */ cv 436 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h const volatile void *cv, cv 439 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h const volatile void *cv); cv 441 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h const volatile void *cv); cv 86 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c const volatile void *cv, cv 89 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c const volatile void *cv){} cv 91 third_party/tcmalloc/vendor/src/base/dynamic_annotations.c const volatile void *cv){} cv 106 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ cv 107 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h AnnotateCondVarWait(__FILE__, __LINE__, cv, lock) cv 111 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_WAIT(cv) \ cv 112 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h AnnotateCondVarWait(__FILE__, __LINE__, cv, NULL) cv 116 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL(cv) \ cv 117 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h AnnotateCondVarSignal(__FILE__, __LINE__, cv) cv 120 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) \ cv 121 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h AnnotateCondVarSignalAll(__FILE__, __LINE__, cv) cv 340 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) /* empty */ cv 341 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_WAIT(cv) /* empty */ cv 342 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL(cv) /* empty */ cv 343 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) /* empty */ cv 436 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h const volatile void *cv, cv 439 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h const volatile void *cv); cv 441 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h const volatile void *cv); cv 62 tools/json_schema_compiler/test/test_util.cc const std::string& ck, base::Value* cv) { cv 64 tools/json_schema_compiler/test/test_util.cc dict->SetWithoutPathExpansion(ck, cv); cv 50 tools/json_schema_compiler/test/test_util.h const std::string& ck, base::Value* cv);