[][src]Crate audio_thread_priority

Structs

AudioThreadPriorityError
RtPriorityHandleInternal
RtPriorityThreadInfo
atp_handle

Opaque handle for the C API

Statics

ATP_THREAD_INFO_SIZE

Size of a RtPriorityThreadInfo or atp_thread_info struct, for use in FFI.

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.

demote_current_thread_from_real_time_internal
demote_thread_from_real_time
get_current_thread_info
promote_current_thread_to_real_time

Promote the calling thread thread to real-time priority.

promote_current_thread_to_real_time_internal
promote_thread_to_real_time
set_real_time_hard_limit

Type Definitions

RtPriorityHandle

Opaque handle to a thread handle structure.