Re: [PATCH v6 00/17] Uthreads

2025-04-23 Thread Tom Rini
On Fri, 18 Apr 2025 16:09:28 +0200, Jerome Forissier wrote: > This series introduces threads and uses them to improve the performance > of the USB bus scanning code and to implement background jobs in the > shell via two new commands: 'spawn' and 'wait'. > > The threading framework is called 'uth

[PATCH v6 00/17] Uthreads

2025-04-18 Thread Jerome Forissier
This series introduces threads and uses them to improve the performance of the USB bus scanning code and to implement background jobs in the shell via two new commands: 'spawn' and 'wait'. The threading framework is called 'uthread' and is inspired from the barebox threads [2]. setjmp() and longjm