dar_cancel_status
fn
dar_err dar_cancel_status(ulong tid, int * status)Get the cancellation status of a thread.
Parameters
tid | the thread ID to check |
status | receives 1 if thread is under cancellation, 0 otherwise |
Returns
DAR_E_OK on success, error code otherwise.