aboutsummaryrefslogtreecommitdiff
path: root/src/core/thread.h
Commit message (Expand)AuthorAge
* fixes #1385 nni_thr_wait is unusedGarrett D'Amore2020-12-27
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Thundering herd kills performance.Garrett D'Amore2017-08-10
* Eliminate the separate wrapping structure for platform mtx and cv.Garrett D'Amore2017-07-11
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Introduce new generic I/O event framework.Garrett D'Amore2017-02-19
* Fix trailing comment.threadedGarrett D'Amore2017-02-18
* Pipe IDs are now tracked on global ID hashes.Garrett D'Amore2017-01-17
* Start of event framework.Garrett D'Amore2017-01-16
* Many fixes for Windows. It compiles, and some tests work.Garrett D'Amore2017-01-13
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* Add nng_shutdown() for sockets to help avoid close race.Garrett D'Amore2017-01-05
* Pipe simplifications for thread management.Garrett D'Amore2017-01-01
* New thread infrastructure -- not used anywhere yet, but tested.Garrett D'Amore2017-01-01