commit | 8f303f9146921e9606fc2d8d4dc47b903e5dca95 | [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 16:06:36 2018 +0100 |
tree | eb2b6fe6b2baa11e4753fefe744cfbdbf32f255f | |
parent | 3476de20137e06615bcb300da94de55b17eb9816 [diff] [blame] |
Implicit _endthread call: comment changed
diff --git a/library/timing.c b/library/timing.c index 7832d04..4feb79d 100644 --- a/library/timing.c +++ b/library/timing.c
@@ -267,7 +267,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 )