maskit opened a new issue, #10216:
URL: https://github.com/apache/trafficserver/issues/10216
```
224 void
225 lock()
226 {
1. lock_acquire: Calling function lock acquires lock
this->_mutex.underlying. [Note: The source code implementation of the function
has been overridden by a builtin model.]
227 _mutex.underlying.lock();
CID 1512748 (#1 of 1): Waiting while holding a lock (SLEEP)
2. sleep: Call to _revoke might sleep while holding lock
this->_mutex.underlying. [[show
details](https://scan6.scan.coverity.com/eventId=34730131-1&modelId=34730131-0&fileInstanceId=162997085&filePath=%2Finclude%2Ftscpp%2Futil%2FBravo.h&fileStart=351&fileEnd=367)]
228 _revoke();
229 }
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]