Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2015-07-20 21:22:57 +0300
committerRodrigo Kumpera <kumpera@gmail.com>2015-07-20 21:23:36 +0300
commitc99b83e2f27f6629dda237ffdbae6d9c387ef234 (patch)
treef02127e0a2000c051ab3e1d157750b940576f301 /data
parent610f14c2472246f38a1d2aded0258fc3ae79437f (diff)
[lock-decoder] Update it to include the threads lock.
Diffstat (limited to 'data')
-rw-r--r--data/lock-decoder/LockTracerDecoder.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/lock-decoder/LockTracerDecoder.cs b/data/lock-decoder/LockTracerDecoder.cs
index 04fed0f2873..79336e985d5 100644
--- a/data/lock-decoder/LockTracerDecoder.cs
+++ b/data/lock-decoder/LockTracerDecoder.cs
@@ -144,7 +144,8 @@ public enum Lock {
AssemblyBindingLock,
MarshalLock,
ClassesLock,
- LoaderGlobalDataLock
+ LoaderGlobalDataLock,
+ ThreadsLock,
}
public class SimLock
@@ -311,6 +312,8 @@ public class Trace {
"add_record",
"mono_locks_lock_acquired",
"mono_locks_lock_released",
+ "mono_threads_lock",
+ "mono_threads_unlock",
};
public Trace (string[] fields) {