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 bd25c76 commit 6463613Copy full SHA for 6463613
src/julia_internal.h
@@ -129,7 +129,7 @@ int jl_running_under_rr(int recheck) JL_NOTSAFEPOINT;
129
JL_DLLEXPORT uint64_t jl_hrtime(void) JL_NOTSAFEPOINT;
130
131
// number of cycles since power-on
132
-static inline uint64_t cycleclock(void)
+static inline uint64_t cycleclock(void) JL_NOTSAFEPOINT
133
{
134
#if defined(_CPU_X86_64_)
135
uint64_t low, high;
0 commit comments