Home
last modified time | relevance | path

Searched refs:NTAPI (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cpp79 __declspec(allocate(".CRT$XLAB")) void (NTAPI *__asan_tls_init)(void *, global() variable
H A Dasan_win.cpp385 static void NTAPI asan_thread_init(void *module, DWORD reason, void *reserved) { in asan_thread_init()
391 __declspec(allocate(".CRT$XLAB")) void(NTAPI *__asan_tls_init)( variable
395 static void NTAPI asan_thread_exit(void *module, DWORD reason, void *reserved) { in asan_thread_exit()
405 __declspec(allocate(".CRT$XLY")) void(NTAPI *__asan_tls_exit)( variable
/llvm-project/compiler-rt/test/asan/TestCases/Windows/msvc/
H A Dtls_init.cpp17 static void NTAPI /*__attribute__((no_sanitize_address))*/
/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp258 extern "C" NTSYSAPI NTSTATUS NTAPI RtlGetLastNtStatus();
/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp126 typedef NTSTATUS(NTAPI *NtQuerySystemInformation_t)(SYSTEM_INFORMATION_CLASS,
/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c968 static void NTAPI _rpmalloc_thread_destructor(void *value) { in _rpmalloc_thread_destructor()