cancel
Cancels any current call to setvbuf for the specified thread
#include <unistd.h>
int cancel (
int t_id);
Returns 0 on success. If an error occurs, it returns -1 and errno is set to:
A CLib thread was optionally awakened from delay by calling ResumeThread (Threads Management) and, to overcome the affects of delay, cancel must be called.
setvbuf, GetThreadID (Threads Management)