OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CalledOnValidThread
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/base/threading/
non_thread_safe_impl.cc
11
bool NonThreadSafeImpl::
CalledOnValidThread
() const {
12
return thread_checker_.
CalledOnValidThread
();
16
DCHECK(
CalledOnValidThread
());
thread_checker.h
33
bool
CalledOnValidThread
() const {
56
//
CalledOnValidThread
is the preferable solution.
62
// DCHECK(thread_checker_.
CalledOnValidThread
());
70
// In Release mode,
CalledOnValidThread
will always return true.
thread_checker_impl.cc
16
bool ThreadCheckerImpl::
CalledOnValidThread
() const {
non_thread_safe.h
31
bool
CalledOnValidThread
() const {
42
// and use
CalledOnValidThread
() to verify.
51
// DCHECK(
CalledOnValidThread
());
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
thread_checker.h
45
bool
CalledOnValidThread
() const {
60
bool
CalledOnValidThread
() const {
/external/chromium_org/third_party/webrtc/base/
thread_checker.h
41
bool
CalledOnValidThread
() const {
64
//
CalledOnValidThread
is the preferable solution.
70
// DCHECK(thread_checker_.
CalledOnValidThread
());
78
// In Release mode,
CalledOnValidThread
will always return true.
thread_checker_impl.cc
27
bool ThreadCheckerImpl::
CalledOnValidThread
() const {