-
# Bug report
### Bug description:
InterpreterPoolExecutor takes a thread_name_prefix parameter, but it doesn't propagate to the underlying subinterpreter.
```python
from concurrent.futures import T…
-
I found that the test-image file which download from `https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-testimage_aarch64_linux_hotspot_21.0.5_11.tar.gz` miss…
-
I tried to use this to install steam on the xp tablet due to me having some xp games that I could legitimately install without Archive.org iso files, but I was wondering, just because the official ste…
-
Initially reported [here](https://github.com/snitch-org/snitch/issues/80#issuecomment-2126174211).
We currently rely on thread-local state to link the checks to the currently-running test. This sta…
-
In many contexts, BDD packages should be threadsafe such that they can be used as part of parallel algorithms. It is not possible for such a program to know early how many threads may exist before it …
-
When looking through the code I have the impression that the code should be thread safe, as long as you only access the uc_vm_t object from the thread where the uc_vm_execute() function is running.
…
-
### Issue
High lock contention can due to the below locks in j.l.Thread class.
```
JDK8, 11, 17 (Thread.java from the OpenJ9 repo is used)
private static final class ThreadLock {}
private Object …
-
This is more of a wishlist item than a hard requirement, mostly because this job might suck, but it might be nice if we added a line to the documentation of each API function that detailed thread safe…
-
I thought it would be interesting to compare how tsinfer+tsdate do against the new "Threads" program (https://pypi.org/project/threads-arg/0.1.0/).
As a test, I have a stdpopsim model with 2 chimp …
-
According to @evilsocket, cups-browsed can be held up for an extended period of time:
> The [lock acquired here](https://github.com/OpenPrinting/cups-browsed/blob/master/daemon/cups-browsed.c#L5031…