summaryrefslogtreecommitdiffstats
path: root/misc/thread_tools.c
Commit message (Expand)AuthorAgeFilesLines
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-051-35/+35
* various: sort some standard headersNRK2023-10-201-2/+2
* various: remove ATOMIC_VAR_INITNRK2023-10-201-1/+1
* osdep: remove atomic.hNRK2023-10-201-1/+1
* thread_tools: suppress -Wstringop-overflow false-positiveKacper Michajłow2023-10-191-0/+7
* player: some further cleanup of the mp_cancel crapwm42018-05-241-22/+17
* thread_tools: unify mp_cancel POSIX/win32 paths, add featureswm42018-05-241-52/+136
* thread_tools: minor simplificationwm42018-05-241-3/+1
* misc: move mp_cancel from stream.c to thread_tools.cwm42018-05-241-0/+130
* misc: add a synchronization helperwm42018-05-241-0/+62