uThreads icon indicating copy to clipboard operation
uThreads copied to clipboard

A concurrent user-level thread library implemented in C++

Results 15 uThreads issues
Sort by recently updated
recently updated
newest added

When I manually change `DEST_DIR` to a directory not owned by root, and then run `make install`, I get the following error because I am not running as root. make:...

I download 0.3 release src,and build with gcc 4.9.2.Run make in the root directory,and the error shows `'src/io/Network.cpp:232:15: error: ‘::sendmmsg’ has not been declared` .And i serach the code,then i...

Is the choice of GPLv3 license just an accident or is it intentional?

Using FibonacciFJ example, it seems that reusing a uThread causes segfault when the internal Mutex and CV are accessed.

- [x] Single Ready Queue per Cluster (Mutex/Cv) - [x] Lock free Multiple Producer Single Consumer Queue per kThread - [x] Intrusive - [x] Non-intrusive - [x] Queue (Mutex/CV) per...

Support uThread-local storage similar to thread-local storage

Add the support for kqueue