commit | 88eeb4f3f744de095795c10160f5b401ba011f36 | [log] [tgz] |
---|---|---|
author | irwir <irwir@users.noreply.github.com> | Fri Aug 31 15:14:54 2018 +0300 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon Oct 01 14:33:34 2018 +0100 |
tree | 2dcce4d5d195a51e7f1c3825a95387795afd7b6f | |
parent | 5afc7ba8bfe123d97ad8318dcb5f4b3adfff1c43 [diff] [blame] |
Implicit _endthread call: comment changed
diff --git a/library/timing.c b/library/timing.c index 9a19e45..8b90383 100644 --- a/library/timing.c +++ b/library/timing.c
@@ -272,7 +272,8 @@ (void) TimerContext; Sleep( alarmMs ); mbedtls_timing_alarmed = 1; - // Implicit call of _endthread() is better (see MS online docs) + /* _endthread will be called implicitly on return + * That ensures execution of thread funcition's epilogue */ } void mbedtls_set_alarm( int seconds )