mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Implicit _endthread call: comment changed
This commit is contained in:
@ -272,7 +272,8 @@ static void TimerProc( void *TimerContext )
|
|||||||
(void) TimerContext;
|
(void) TimerContext;
|
||||||
Sleep( alarmMs );
|
Sleep( alarmMs );
|
||||||
mbedtls_timing_alarmed = 1;
|
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 )
|
void mbedtls_set_alarm( int seconds )
|
||||||
|
Reference in New Issue
Block a user