-
I saw the GCC that comes with xpack uses the posix threading model. In GCC 13, the GCC win32 threading model implementation was rewritten, and it can now support C++11 std::thread and friends.
S…
-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.57 (1df9c1977b49926c1efca672c31414…
-
Fine-grain affinity for threads will use similar abstractions to those used for processes in QV.
Here are a few examples for OpenMP and POSIX threads. These assume the process already has a NUMA s…
eleon updated
7 months ago
-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.67 (2c4461731b8c0bffbdecebc0030e0489712…
-
I'm using RocksDB in a program that relies on a custom threading library. It's works fine because RocksDB spawns and manage its own POSIX threads, and because I make sure I access RocksDB from only on…
-
When opening GSmartcontrol on Mint MATE 20.3, the following errors take place, the program opens for about 1 second and then instantly crashes again.
```
[gtk] _g_io_module_get_default: Found defau…
-
### Description
At the moment there's a bit of a mix in the use of tmp dirs in the rules in our snakemake workflows. Some rules have this in params:
`tmpdir = tempfile.mkdtemp(prefix=tmp_dir) `
And…
-
Consider this example, which creates a new worker thread. The worker overwrites its `onmessage` to handle custom messages. Then the main thread sends a custom message to the worker.
```cpp
#includ…
-
Hi, I'm curious what the challenges to move forward with emscripten threading.
As of today:
> Emscripten has support for multithreading using SharedArrayBuffer in browsers. That API allows shari…
-
I get a DeprecationWarning on Python 3.12 when running the tests, looks like it is related to this https://docs.python.org/3/whatsnew/3.12.html:
> On POSIX platforms, [os.fork()](https://docs.pytho…