aboutsummaryrefslogtreecommitdiff
path: root/src/core/thread.c
Commit message (Expand)AuthorAge
* fixes #1413 nni_thr_setname NULL pointer dereferenceGarrett D'Amore2021-01-24
* 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
* Fix bug that prevents threads from starting if waited on too soon.Garrett D'Amore2017-01-26
* Thread fini shouldl be idempotent.Garrett D'Amore2017-01-19
* Start of event framework.Garrett D'Amore2017-01-16
* Many fixes for Windows. It compiles, and some tests work.Garrett D'Amore2017-01-13
* Simplify locking for protocols.Garrett D'Amore2017-01-07
* Bunch of copyright fixes.Garrett D'Amore2017-01-06
* 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