Skip to content

MTY_ThreadGetID

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Get a thread's id.

int64_t MTY_ThreadGetID(
    MTY_Thread * ctx
);

Parameters

ctx (MTY_Thread *)

An MTY_Thread.

Return value

int64_t

Thread's id.

Platform support

Windows   macOS   Android   Linux  

See also

Module: Thread

Clone this wiki locally