pub const SYS_THREAD_CREATE: usize = 341;Expand description
Create a new thread within the current process.
entry: thread entry point addressstack: thread stack base addressarg: argument passed to the thread entry point
Returns the new thread ID (TID).