Files
c3c/lib/std/threads/os/thread_none.c3
2023-01-25 11:10:37 +01:00

6 lines
176 B
C

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