summaryrefslogtreecommitdiffstats
path: root/common/bthread.c
Commit message (Expand)AuthorAgeFilesLines
* bthread: fix null pointer dereference in error pathAhmad Fatoum2022-09-121-0/+2
* bthread: replace blocking bthread_stop with nonblocking bthread_cancelAhmad Fatoum2021-06-281-11/+33
* bthread: remove thread exit codesAhmad Fatoum2021-06-281-10/+10
* bthread: add debug print for scheduler context switchesAhmad Fatoum2021-06-251-1/+4
* bthread: disable ASan accounting for fibers on 32-bit sandboxAhmad Fatoum2021-03-221-2/+6
* common: introduce bthreads, co-operative barebox threadsAhmad Fatoum2021-03-221-0/+215