summaryrefslogtreecommitdiffstats
path: root/misc/thread_pool.c
Commit message (Expand)AuthorAgeFilesLines
* timer: remove unnecesary time conversionsKacper Michajłow2023-11-051-1/+1
* mp_thread: prefer tracking threads with idKacper Michajłow2023-11-051-2/+4
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-051-38/+36
* osdep: rename MP_UNREACHABLENiklas Haas2021-11-031-1/+1
* osdep: add MP_UNREACHABLENiklas Haas2021-11-031-1/+1
* thread_pool: add a helper functionwm42018-05-241-10/+25
* thread_pool: move comments to .h filewm42018-05-241-17/+0
* thread_pool: set thread namewm42018-05-241-0/+3
* thread_pool: make it slightly less dumbwm42018-05-241-40/+137
* misc: add a thread poolwm42017-04-011-0/+125