Changeset View
Changeset View
Standalone View
Standalone View
test/scudo/tsd_destruction.c
// RUN: %clang_scudo %s -o %t | // RUN: %clang_scudo %s -o %t | ||||
// RUN: %run %t 2>&1 | // RUN: %run %t 2>&1 | ||||
// UNSUPPORTED: win32 | |||||
#include <locale.h> | #include <locale.h> | ||||
#include <pthread.h> | #include <pthread.h> | ||||
#include <stdint.h> | #include <stdint.h> | ||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <string.h> | #include <string.h> | ||||
// Some of glibc's own thread local data is destroyed after a user's thread | // Some of glibc's own thread local data is destroyed after a user's thread | ||||
Show All 32 Lines |