Changeset 278069 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCommon.cpp
- Timestamp:
- May 25, 2021, 5:37:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCommon.cpp
r277943 r278069 36 36 const char* const tierName = "DFG "; 37 37 38 static UncheckedLock crashLock;38 static Lock crashLock; 39 39 40 void startCrashing() 40 // Use WTF_IGNORES_THREAD_SAFETY_ANALYSIS since the function keeps holding the lock when returning. 41 void startCrashing() WTF_IGNORES_THREAD_SAFETY_ANALYSIS 41 42 { 42 43 crashLock.lock();
Note:
See TracChangeset
for help on using the changeset viewer.