commit | da642d98c02cd89d6e6f80f9387a389e30d1f64a | [log] [tgz] |
---|---|---|
author | irwir <irwir@users.noreply.github.com> | Fri Aug 31 15:14:54 2018 +0300 |
committer | GitHub <noreply@github.com> | Fri Aug 31 15:14:54 2018 +0300 |
tree | 7e97b17fc617d1ae8c5e2b5bd12b270bc4e4b343 | |
parent | e1b82ad25f57138eeb291993eec50ab163b97a63 [diff] [blame] |
Implicit _endthread call: comment changed
diff --git a/library/timing.c b/library/timing.c index af27088..25cb70d 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 )