Checks for functions and types that create new system threads.
The check by default searches for types/functions from the following categories:
- C++ std
- Boost.Thread, part of Boost.Compute
- C11 threads
- POSIX threads (pthreads)
- Linux syscalls
Custom functions and types can be added via options.
The trailing comment markers don't really add much.