File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -195,12 +195,12 @@ JL_DLLEXPORT void jl_set_profile_peek_duration(double);
195195
196196JL_DLLEXPORT void jl_init_profile_lock (void );
197197JL_DLLEXPORT uintptr_t jl_lock_profile_rd_held (void ) JL_NOTSAFEPOINT ;
198- JL_DLLEXPORT void jl_lock_profile (void ) JL_NOTSAFEPOINT JL_NOTSAFEPOINT_ENTER ;
199- JL_DLLEXPORT void jl_unlock_profile (void ) JL_NOTSAFEPOINT JL_NOTSAFEPOINT_LEAVE ;
200- JL_DLLEXPORT void jl_lock_profile_wr (void ) JL_NOTSAFEPOINT JL_NOTSAFEPOINT_ENTER ;
201- JL_DLLEXPORT void jl_unlock_profile_wr (void ) JL_NOTSAFEPOINT JL_NOTSAFEPOINT_LEAVE ;
202- int jl_lock_stackwalk (void ) JL_NOTSAFEPOINT JL_NOTSAFEPOINT_ENTER ;
203- void jl_unlock_stackwalk (int lockret ) JL_NOTSAFEPOINT JL_NOTSAFEPOINT_LEAVE ;
198+ JL_DLLEXPORT void jl_lock_profile (void ) JL_NOTSAFEPOINT ;
199+ JL_DLLEXPORT void jl_unlock_profile (void ) JL_NOTSAFEPOINT ;
200+ JL_DLLEXPORT void jl_lock_profile_wr (void ) JL_NOTSAFEPOINT ;
201+ JL_DLLEXPORT void jl_unlock_profile_wr (void ) JL_NOTSAFEPOINT ;
202+ int jl_lock_stackwalk (void ) JL_NOTSAFEPOINT ;
203+ void jl_unlock_stackwalk (int lockret ) JL_NOTSAFEPOINT ;
204204
205205// number of cycles since power-on
206206static inline uint64_t cycleclock (void ) JL_NOTSAFEPOINT
You can’t perform that action at this time.
0 commit comments