[][src]Crate audio_thread_priority

Structs

atp_handle

Opaque handle for the C API

Functions

atp_demote_current_thread_from_real_time

Demotes the calling thread from real-time priority, with a C API.

atp_free_handle

Frees a handle, with a C API.

atp_promote_current_thread_to_real_time

Promote the calling thread thread to real-time priority, with a C API.

demote_current_thread_from_real_time

Demotes the calling thread from real-time priority.

promote_current_thread_to_real_time

Promote the calling thread thread to real-time priority.

Type Definitions

RtPriorityHandle

Opaque handle to a thread handle structure.