OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ports_lock_
(Results
1 - 2
of
2
) sorted by null
/external/libmojo/mojo/edk/system/ports/
node.cc
68
base::AutoLock ports_lock(
ports_lock_
);
204
// We may need to erase the port, which requires
ports_lock_
to be held,
205
// but
ports_lock_
must be acquired before any individual port locks.
206
base::AutoLock ports_lock(
ports_lock_
);
384
// |
ports_lock_
| must be held when acquiring overlapping port locks.
385
base::AutoLock ports_lock(
ports_lock_
);
453
// acquire |
ports_lock_
| first.
454
base::AutoLock ports_lock(
ports_lock_
);
741
// needs to hold |
ports_lock_
|. We also acquire multiple port locks within.
742
base::AutoLock ports_lock(
ports_lock_
);
[
all
...]
node.h
149
// Note: Functions that end with _Locked require |
ports_lock_
| to be held
212
base::Lock
ports_lock_
;
member in class:mojo::edk::ports::Node
Completed in 75 milliseconds