dar_cancel_status

fndar_err dar_cancel_status(ulong tid, int * status)

Get the cancellation status of a thread.

Parameters

tidthe thread ID to check
statusreceives 1 if thread is under cancellation, 0 otherwise

Returns

DAR_E_OK on success, error code otherwise.