The System.Base module contains basic facilities, containers, algorithms, and I/O.
System | ||
Ascii | ||
Collections | ||
Concepts | ||
IO | ||
Security | ||
Text | ||
Threading | ||
Fibers | ||
Unicode |
public extern cdecl nothrow int | RtGetHardwareConcurrency() |
public extern cdecl bool | RtJoinThread(int threadId) |
public extern cdecl int | RtStartThreadFunction(ThreadStartFunction function) |
public extern cdecl int | RtStartThreadFunctionWithParam(ParameterizedThreadStartFunction function, void* param) |
public extern cdecl int | RtStartThreadMethod(ThreadStartMethod method) |
public extern cdecl int | RtStartThreadMethodWithParam(ParameterizedThreadStartMethod method, void* param) |
public extern cdecl nothrow int | RtThisThreadId() |