Files
c3c/lib/std/threads/os/thread_none.c3
Christoffer Lerno df77b692d6 Support "typedef"
2023-02-14 16:49:27 +01:00

6 lines
180 B
C

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