Skip to content

Thread reaper

struct thread_reaper {
struct locked_list list;
struct semaphore sem;
uint64_t reaped_threads;
};

struct thread_reaper referenced types: