-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_ThreadGetID
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Get a thread's id
.
int64_t MTY_ThreadGetID(
MTY_Thread * ctx
);
ctx
(MTY_Thread *
)
An MTY_Thread
.
int64_t
Thread's id
.