OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCurrentThread
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/webkit/child/
webthread_impl.cc
40
CHECK(
isCurrentThread
());
49
CHECK(
isCurrentThread
());
77
CHECK(
isCurrentThread
());
83
CHECK(
isCurrentThread
());
88
bool WebThreadImpl::
isCurrentThread
() const {
115
CHECK(
isCurrentThread
());
122
CHECK(
isCurrentThread
());
127
bool WebThreadImplForMessageLoop::
isCurrentThread
() const {
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp
220
bool WorkerThread::
isCurrentThread
() const
/frameworks/av/media/libstagefright/foundation/
ALooper.cpp
50
bool
isCurrentThread
() const {
152
if (!runningLocally && !thread->
isCurrentThread
()) {
/frameworks/base/core/java/android/os/
Looper.java
196
public boolean
isCurrentThread
() {
Completed in 46 milliseconds