[][src]Crate audio_thread_priority

Structs

atp_handle

Opaque handle for the C API

atp_thread_info

Opaque info to a particular thread.

Functions

atp_demote_current_thread_from_real_time

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

atp_demote_thread_from_real_time

Demote a thread promoted to from real-time, with a C API.

atp_deserialize_thread_info

From a byte buffer, return a RtPriorityThreadInfo, with a C API.

atp_free_handle

Frees a handle, with a C API.

atp_free_thread_info

Frees a thread info, with a c api.

atp_get_current_thread_info

Get the calling threads' information, to promote it from another process or thread, with a C API.

atp_promote_current_thread_to_real_time

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

atp_promote_thread_to_real_time

Promote a specific thread to real-time, with a C API.

atp_serialize_thread_info

Return a byte buffer containing serialized information about a thread, to promote it to real-time from elsewhere, with a C API.

demote_current_thread_from_real_time

Demotes the calling thread from real-time priority.

demote_thread_from_real_time

Demotes a thread from real-time priority.

get_current_thread_info

Get the calling thread's information, to be able to promote it to real-time from somewhere else, later.

promote_current_thread_to_real_time

Promote the calling thread thread to real-time priority.

promote_thread_to_real_time

Promote a particular thread thread to real-time priority.

thread_info_deserialize

From a byte buffer, return a RtPriorityThreadInfo.

thread_info_serialize

Return a byte buffer containing serialized information about a thread, to promote it to real-time from elsewhere.

Type Definitions

RtPriorityHandle

Opaque handle to a thread handle structure.

RtPriorityThreadInfo

Opaque handle to a thread info.