-
Currently pthread is using clone_syscall, which is implemented using Asyncify. There is an issue on current approach using Asyncify to implement pthread (i.e. unwind/rewind two wasm within same memory…
-
Related to #3262 and #3741. Also add a check to cond and rwlock initialization to detect if a different thread has already initialized the internal object in the meantime.
cproc updated
32 minutes ago
-
The DRBG needs to be reseed whenever a fork is done, obviously. This can mean lots of getpid calls within the RNG code, especially if youi're doing benchmarking. Perhaps we can try again to use pthre…
-
I saw an article about the speed of pthread_mutex implementations ( https://justine.lol/mutex/ )
and tried the mentioned test program (high contended scenario) with OpenWatcom.
The test program uses…
-
Following the "Hello LIBXSMM" example, cloning into a fresh repository and running `make STATIC=0` fails. This is after a recent update to mac cli tools.
```bash
hughcars@c889f3baddb0 libxsmm % mak…
-
e.g. https://github.com/ygrek/mldonkey/actions/runs/10475349585/job/29011798015#step:7:26
I am pretty sure I don't need this option for ocaml builds and can find workarounds, but just to let you kn…
-
int [pthread_cond_broadcast](https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_cond_broadcast.html)(pthread_cond_t *);
int [pthread_cond_destroy](https://pubs.opengroup.org/onlinepubs/790…
-
❗ Note from the maintainers:
- we have a [reproducer](https://github.com/getsentry/sentry-java/issues/2604#issuecomment-2406887993) for this which triggers the culprit code path by creating pthreads, …
-
Hello,
First of all, thanks for your work. Finally we can all benefit from HolyC!
To get my hands dirty, I am trying to make my first program in HolyC and my typical test bench is to make a prog…
-
### Steps to reproduce
I have an issue on iOS when using webview_flutter. After users tap on an input field in the WebView and start typing, the app crashes. Currently, TestFlight provides a crash …