OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Locker
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/gralloc/
gr.h
45
class
Locker
{
49
Locker
&
locker
;
member in class:Locker::Autolock
51
inline explicit Autolock(
Locker
&
locker
) :
locker
(
locker
) {
locker
.lock(); }
52
inline ~Autolock() {
locker
.unlock(); }
54
inline
Locker
() { pthread_mutex_init(&mutex, 0);
[
all
...]
/external/v8/src/
v8threads.cc
20
// Track whether this V8 instance has ever called v8::
Locker
. This allows the
27
// Once the
Locker
is initialized, the current thread will be guaranteed to have
29
void
Locker
::Initialize(v8::Isolate* isolate) {
34
// Record that the
Locker
has been used at least once.
41
// This may be a
locker
within an unlocker in which case we have to
55
bool
Locker
::IsLocked(v8::Isolate* isolate) {
62
bool
Locker
::IsActive() {
67
Locker
::~
Locker
() {
/external/v8/include/
v8.h
[
all
...]
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar
Completed in 297 milliseconds