summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2017-04-05 16:21:39 -0700
committerGitHub <noreply@github.com>2017-04-05 16:21:39 -0700
commit549c9960a8edcbe3930639e316616d35b22bca25 (patch)
tree6a3e26ef251d559e925233cd8d6c0936701d289b /src/pal/inc/pal.h
parent79aec8961a3a5c9bcaef2d61d7eb9cd95ee003e7 (diff)
parenta387696646a1aa7413c2082a430845844e496313 (diff)
downloadcoreclr-549c9960a8edcbe3930639e316616d35b22bca25.tar.gz
coreclr-549c9960a8edcbe3930639e316616d35b22bca25.tar.bz2
coreclr-549c9960a8edcbe3930639e316616d35b22bca25.zip
Merge pull request #10615 from brianrob/profiler
Cross-Platform Sample-Based Profiler
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r--src/pal/inc/pal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 589eb54831..8430ea9899 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -4137,6 +4137,12 @@ QueryThreadCycleTime(
IN HANDLE ThreadHandle,
OUT PULONG64 CycleTime);
+PALIMPORT
+INT
+PALAPI
+PAL_nanosleep(
+ IN long timeInNs);
+
#ifndef FEATURE_PAL_SXS
typedef LONG (PALAPI *PTOP_LEVEL_EXCEPTION_FILTER)(