- _nu_thread_current_tid
ThreadId _nu_thread_current_tid()
Undocumented in source. Be warned that the author may not have intended to support it.
- _nu_thread_new
NativeThread _nu_thread_new(ThreadContext ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
- _nu_thread_posix_entry
void* _nu_thread_posix_entry(void* threadContext)
Undocumented in source. Be warned that the author may not have intended to support it.
- _nu_thread_sleep
void _nu_thread_sleep(uint ms)
Undocumented in source. Be warned that the author may not have intended to support it.
- usleep
int usleep(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
POSIX Implementation for nulib.threading.internal.thread