OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedCheck
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/threading/
thread_collision_warner.h
111
base::ThreadCollisionWarner::
ScopedCheck
s_check_##obj(&obj)
159
// it doesn't leave the critical section, as opposed to
ScopedCheck
,
179
class BASE_EXPORT
ScopedCheck
{
181
explicit
ScopedCheck
(ThreadCollisionWarner* warner)
186
~
ScopedCheck
() {
193
DISALLOW_COPY_AND_ASSIGN(
ScopedCheck
);
/art/runtime/
check_jni.cc
51
// Flags passed into
ScopedCheck
.
243
class
ScopedCheck
{
245
ScopedCheck
(int flags, const char* functionName, bool has_method = true)
249
~
ScopedCheck
() {}
[
all
...]
scoped_thread_state_change.h
269
// TODO: remove this constructor. It is used by check JNI's
ScopedCheck
to make it believe that
276
friend class
ScopedCheck
;
Completed in 101 milliseconds