nulib.posix.threading.thread

POSIX Implementation for nulib.threading.internal.thread

Members

Aliases

fp2_t
alias fp2_t = void function(void* userData) @(nogc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

PosixThread
class PosixThread
Undocumented in source.

Functions

_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.

Structs

PosixThreadContext
struct PosixThreadContext
Undocumented in source.

Meta

Authors

Luna Nielsen