Files
c3c/lib/std/threads/os/thread_none.c3

6 lines
164 B
C

module std::thread;
def NativeMutex = distinct int;
def NativeConditionVariable = distinct int;
def NativeOnceFlag = distinct int;
def NativeThread = distinct int;