Skip to main content

Module thread

Module thread 

Source

Structs§

FxtRef
Rust representation of the C++ FxtRef struct.
ThreadPtr
Type-safe wrapper around a raw pointer to a Zircon kernel Thread.

Functions§

create
Creates a new kernel thread with default priority.
spawn
Spawns a new kernel thread with default priority and resumes it.
yield
Yields the current thread’s CPU time slice.