Skip to content

Thread

Import: std/thread.axs


FunctionSignatureReturn Type
spawn(fn: (ptr void), arg: (ptr void))i64
join(handle: i64)void
mutex()i64
lock(mtx: i64)void
unlock(mtx: i64)void
mutex_free(mtx: i64)void
spawn(fn: (ptr void), arg: (ptr void)) → i64
join(handle: i64) → void
mutex() → i64
lock(mtx: i64) → void
unlock(mtx: i64) → void
mutex_free(mtx: i64) → void

These are private C/system function bindings used internally by the module.

SymbolParametersReturn Type
rt_thread_spawn(ptr void), (ptr void)i64
rt_thread_joini64void
rt_mutex_new(none)i64
rt_mutex_locki64void
rt_mutex_unlocki64void
rt_mutex_freei64void

Auto-generated from std/thread.axs by scripts/gen_docs.sh