We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8833b9 commit 2ef11baCopy full SHA for 2ef11ba
system/lib/compiler-rt/lib/asan/asan_emscripten.cc
@@ -55,11 +55,6 @@ extern "C" {
55
int pthread_attr_getdetachstate(void *attr, int *detachstate);
56
}
57
58
-struct ThreadStartParam {
59
- atomic_uintptr_t t;
60
- atomic_uintptr_t is_registered;
61
-};
62
-
63
static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {
64
atomic_uintptr_t *param = reinterpret_cast<atomic_uintptr_t *>(arg);
65
AsanThread *t = nullptr;
0 commit comments