OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentRef
(Results
1 - 8
of
8
) sorted by null
/external/libchrome/base/synchronization/
lock.cc
23
DCHECK(owning_thread_ref_ == PlatformThread::
CurrentRef
());
27
DCHECK(owning_thread_ref_ == PlatformThread::
CurrentRef
());
33
owning_thread_ref_ = PlatformThread::
CurrentRef
();
/external/libchrome/base/threading/
thread_checker_impl.cc
37
return thread_id_ == PlatformThread::
CurrentRef
();
52
thread_id_ = PlatformThread::
CurrentRef
();
platform_thread.h
45
// These are produced by PlatformThread::
CurrentRef
(), and used to later
137
static PlatformThreadRef
CurrentRef
();
platform_thread_posix.cc
162
PlatformThreadRef PlatformThread::
CurrentRef
() {
/external/libchrome/base/test/
test_simple_task_runner.h
77
const PlatformThreadRef thread_ref_ = PlatformThread::
CurrentRef
();
test_simple_task_runner.cc
43
return thread_ref_ == PlatformThread::
CurrentRef
();
/external/libchrome/base/task/sequence_manager/test/
lazy_thread_controller_for_test.cc
17
thread_ref_(PlatformThread::
CurrentRef
()) {
93
return thread_ref_ == PlatformThread::
CurrentRef
();
/external/libchrome/mojo/public/cpp/bindings/tests/
bind_task_runner_unittest.cc
30
: thread_id_(base::PlatformThread::
CurrentRef
()),
53
return base::PlatformThread::
CurrentRef
() == thread_id_;
Completed in 501 milliseconds