4#include <cosmos/dso_export.h>
5#include <cosmos/proc/types.hxx>
6#include <cosmos/utils.hxx>
17enum class ThreadID : pid_t {
34ThreadID COSMOS_API get_tid();
37bool COSMOS_API is_main_thread();
@ SELF
In a number of system calls zero refers to the calling thread.
ProcessID as_pid(const ThreadID id)
Return the ProcessID representation of the given thread ID.