OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaximumThreadViolationRound
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/mac/
ThreadCheck.mm
37
static ThreadViolationBehavior threadViolationBehavior[
MaximumThreadViolationRound
] = { RaiseExceptionOnThreadViolation, RaiseExceptionOnThreadViolation };
61
for (unsigned i = 0; i <
MaximumThreadViolationRound
; ++i)
67
ASSERT(round <
MaximumThreadViolationRound
);
68
if (round >=
MaximumThreadViolationRound
)
78
ASSERT(round <
MaximumThreadViolationRound
);
79
if (round >=
MaximumThreadViolationRound
)
97
ASSERT(round <
MaximumThreadViolationRound
);
98
if (round >=
MaximumThreadViolationRound
)
/external/webkit/Source/WebCore/platform/
ThreadCheck.h
39
MaximumThreadViolationRound
Completed in 30 milliseconds