dar_cancel_clear
fn
dar_err dar_cancel_clear(ulong tid, int * was_pending)Clear a pending cancellation request for a thread.
Parameters
tid | the thread ID |
was_pending | receives 1 if cancellation was pending, 0 if already completed |
Returns
DAR_E_OK on success, error code otherwise.