OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CritScope
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
criticalsection.h
114
//
CritScope
, for serializing exection through a scope
116
class
CritScope
{
118
CritScope
(CriticalSection *pcrit) {
122
~
CritScope
() {
/external/chromium_org/third_party/libjingle/source/talk/base/
criticalsection.h
130
//
CritScope
, for serializing execution through a scope.
131
class
CritScope
{
133
explicit
CritScope
(CriticalSection *pcrit) {
137
~
CritScope
() {
142
DISALLOW_COPY_AND_ASSIGN(
CritScope
);
149
// IMPORTANT: Unlike
CritScope
, the lock may not be owned by this thread in
Completed in 23 milliseconds