acadia/zion/scheduler/thread.cpp

6 lines
113 B
C++
Raw Normal View History

#include "scheduler/thread.h"
#include "scheduler/process.h"
uint64_t Thread::pid() { return process_->id(); }