chore(Deps/Acelite): Update to 6.5.10 (#3450)

This commit is contained in:
Kargatum
2020-11-11 22:09:02 +07:00
committed by GitHub
parent a93565b6da
commit e27201cee2
921 changed files with 18238 additions and 33164 deletions

View File

@@ -294,7 +294,7 @@ ACE_Token::shared_acquire (void (*sleep_hook_func)(void *),
ACELIB_DEBUG ((LM_DEBUG, "(%t) ACE_Token::shared_acquire (UNBLOCKED)\n"));
#endif /* ACE_TOKEN_DEBUGGING */
// If timeout occured
// If timeout occurred
if (timed_out)
{
// This thread was still selected to own the token.
@@ -440,7 +440,7 @@ ACE_Token::renew (int requeue_position,
ACELIB_DEBUG ((LM_DEBUG, "(%t) ACE_Token::renew (UNBLOCKED)\n"));
#endif /* ACE_TOKEN_DEBUGGING */
// If timeout occured
// If timeout occurred
if (timed_out)
{
// This thread was still selected to own the token.