-
**Stephen J. Muir ** created a patch on 2011-05-16 10:11:06 UTC**
*(Orig. from https://sourceforge.net/p/aspell/patches/167)*
When compiling on Windows without Posix mutexes, the Mutex lock/unlock me…
-
Generated messages have mutexes and other variables that make it dangerous to shallow copy.
Add a function to the `proto` package that does the equivalent of a shallow copy in a safe way.
The fu…
dsnet updated
3 years ago
-
sfml-main, main.cpp has:
``` cpp
while (!states->initialized)
{
states->mutex.unlock();
sf::sleep(sf::milliseconds(20));
states->mutex.lock();
}
```
The compiler …
-
### Proposed Change
## Context
In https://github.com/cloudfoundry/gorouter/pull/418, #419, https://github.com/cloudfoundry/gorouter/pull/420, and #424, we worked around an issue in Golang by mod…
-
### Expected behavior
`OptimisticTransactionDB` will allocate 1M mutexes when opening the db by default. This will consume ~114 MiB memory according to our tests. This can be a waste of memory if mos…
-
I have a project that implements both semaphores and mutexes.
Looking very quickly over the code, adding semapore support does not seem too difficult and I am happy to do the work when I get to the…
-
### What do you want to change?
sqlc has support for custom data types, including pointer types. I was hoping to use it to support custom deserialization for a type that supports the `sql.Scanner` in…
-
| | |
| --- | --- |
| Bugzilla Link | [10418](https://llvm.org/bz10418) |
| Version | trunk |
| OS | All |
## Extended Description
PthreadLockChecker emits a warning when a locking function is cal…
-
Populate / extend the requirements documents with mutex requirements.
- [ ] analyze existing requirements in the Zephyr [System Requirements](https://github.com/zephyrproject-rtos/reqmgmt/tree/main/d…
-
Strator has problems when it comes to mutexes as function argument. It will assume each function argument is a different mutex irrelevant of the path. this will cause problems in some situations. Both…