-
Something strange is happening.
I think, at last in this test, openmp threads > 1 are getting destroyed and recreated between call to integrate_four_center.
Unfortunately this completely invalid…
-
Extract/Refine Co-ordinator for IO Threads and Shard threads communications
-
This is probably a lack of knowledge, I've been making a code, that is simply doing what is happening in ThreadPool tests. Since I want the coro to be multi-threaded.
I've been doing my stuff, and …
-
Just an issue to track the status on the threading support.
[Emscripten has Pthreads support](https://kripken.github.io/emscripten-site/docs/porting/pthreads.html) via `SharedArrayBuffer` capabilit…
-
Two reported crashes, one with 1.13 release, and another with 1.12.2:
Here is a stack trace at the time of the signal with ccl-1.13:
```
# gdb /opt/src/ccl-1.13/lx86cl64 CoreDump
GNU gdb (Ubuntu…
-
### Describe your issue
A lot of people currently use `with gil` with the assumption that one only one thread can be operating at once for this block. This won't be true in free-threading builds. (No…
-
### Deterministic repro
1. Build a private coreclr.dll with `Sleep(1000)` added here: https://github.com/dotnet/runtime/blob/ad430a1d1c6b4016aedd63d15d3089291dced322/src/coreclr/vm/comsynchronizabl…
-
Hi there! Thanks for all the work you have done. Can you let me know if I am miss understanding current functionally.
```
# tweet_id = 1771523442707235083 # Top of Thread
tweet_id = 177152347601420…
-
During the RocksDB do checkpoint, can other threads perform read and write operations normally? Is it necessary to add locks when calling this function?
example:
thread1:
```
while(1) {
(…
-
### The problem
Throughout the day, thread devices will drop offline one by one. Seems that the first divice to drop is always different. I have about 25 thread devices total from different manufactu…