Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
23 contributions in the last year
Contribution activity
July - September 2020
disks86 has no activity
yet for this period.
June 2020
- disks86/serenity C++
Created a pull request in SerenityOS/serenity that received 2 comments
Added thin wrappers around pthread to use instead of std classes.
Added join method to Thread. Fixed bug in Thread where ASSERT in destructor would fire because the primary thread had not been notified of a write …
+557
−6
•
2
comments
Created an issue in SerenityOS/serenity that received 3 comments
LibC GTHREADS missing.
From the looks of it gthr-default.h doesn't tie into the PThreads implementation and __GTHREADS is not defined as 1. As a result _GLIBCXX_HAS_GTHRE…
3
comments