The
timer_delete() functions deletes the timer specified in the
timerid argument. The
timerid argument must point to valid timer id, created by
timer_create(2). If the deletion is successful, the timer is disarmed and deleted. Pending notification events (signals) may or may not be delivered.