-
Now that we've made significant head way lets make an attempt to update our internal documentation.
Ruchir has offered to edit/package everything nicely for us so we should take him up on that, the…
-
Flipping through the pthreads backend, it didn't seem as though core affinity for the created threads was getting enabled anywhere. If that's indeed the case, that might be an easy performance win.
c…
-
The following pthread test exits early. It should print out the number '10'. Based on the output, the process never migrates back to node 0.
```c
#include
#include
#include
#include "migrate.h…
-
> Hi,
> Sorry to miss use this project, but i could not find a issues option in your wiringPi project.
>
> I have odroid C1+ and i want to connect a VL6180X Time-of-Flight Distance sensor.
> I wa…
-
## Brief feature description
We need a POSIX wrapper for `pthreads` to get rid of exceptions and undefined behavior.
For posix platforms the wrapper shall support:
* Set stack address
* …
-
This is not a request.
I just decided to post here the detailed and updated instructions to compile all the sources on a Windows machine. I added boring and obvious details which may anyway be useful…
-
Currently, the following tests are flaky on some AArch64 hardware
code_api|pthreads.pthreads_fork_FLAKY
code_api|linux.sigsuspend
code_api|pthreads.pthreads_exit
code_api|sec…
fhahn updated
2 months ago
-
Hello, thanks for this repo, it makes building nezha linux systems super nice! One omission which tripped me up though is explained here https://gist.github.com/heitbaum/7427bb37e666ea6a0d40a6b5a99eff…
-
@Others, when porting Rust to composite, has run into an issue with `musl` and `pthread`s. To set up thread local storage (TLS) for each thread, we must execute `pthread` code. Parts of the rust sta…
-
```
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
configure: error: pthreads requires ZTS, please re-compile PHP with ZTS enabled
make: *** No target…