Sign in
dart
/
sdk.git
/
83735546dbc6ee32909fbb2e86e20365c114822e
/
runtime
/
vm
/
thread_interrupter_macos.cc
8772849
Rename TARGET_OS_* to HOST_OS_*.
by Ryan Macnak
· 8 years ago
95a8166
Disable the profiler when a debugger is attached
by John McCutchan
· 8 years ago
a1bcf051
clang-format runtime/vm
by Zachary Anderson
· 8 years ago
b089d4f
Work around a kernel bug on Android.
by Vyacheslav Egorov
· 9 years ago
e2e7af1
Remove more feature in product mode
by John McCutchan
· 9 years ago
9e19d23
- Add an OSThread structure which is the generic TLS structure for all C++
by Siva Annamalai
· 9 years ago
ceb12c4
Switch profiler from isolates to threads
by John McCutchan
· 9 years ago
cc4a5d2
Revert "Switch profiler from isolates to threads"
by William Hesse
· 9 years ago
6365c27
Switch profiler from isolates to threads
by John McCutchan
· 9 years ago
664742f
Completely remove InterruptableThreadState
by John McCutchan
· 9 years ago
124edc0
Correct thread state update order (fixes Windows crashes).
by Daniel Andersson
· 9 years ago
afe774a
Remove profiler signal handler on shutdown
by johnmccutchan@google.com
· 10 years ago
f2333f6
Add Function based profile tree
by johnmccutchan@google.com
· 10 years ago
c7e9e04
Rename Thread -> OSThread.
by koda@google.com
· 10 years ago
816bf5a
Fixes for the profiler on arm64.
by zra@google.com
· 10 years ago
14ecdbd
- Separate the thread implementation used in bin/ and vm/
by iposva@google.com
· 10 years ago
86c55f4
Keep list of existing isolates.
by johnmccutchan@google.com
· 11 years ago
919dc2d
* Introduce ThreadInterrupter which calls a TLS set callback when thread is interrupted.
by johnmccutchan@google.com
· 11 years ago