OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadViolationRound
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/platform/
ThreadCheck.h
36
enum
ThreadViolationRound
{
41
void setDefaultThreadViolationBehavior(ThreadViolationBehavior,
ThreadViolationRound
);
42
void reportThreadViolation(const char* function,
ThreadViolationRound
);
45
extern "C" void WebCoreReportThreadViolation(const char* function, WebCore::
ThreadViolationRound
);
/external/webkit/WebCore/platform/mac/
ThreadCheck.mm
65
void setDefaultThreadViolationBehavior(ThreadViolationBehavior behavior,
ThreadViolationRound
round)
76
void reportThreadViolation(const char* function,
ThreadViolationRound
round)
93
void WebCoreReportThreadViolation(const char* function, WebCore::
ThreadViolationRound
round)
Completed in 236 milliseconds