Go to the source code of this file.
◆ thd_timer_destroy()
Release resources allocated for a thread timer.
- Parameters
-
thd_timer | Thread timer object. |
◆ thd_timer_reset()
Deactivate the given timer.
- Parameters
-
thd_timer | Thread timer object. |
- Returns
- NULL if the timer object was orphaned. Otherwise, the given timer object is returned.
◆ thd_timer_set()
Set the time until the currently running statement is aborted.
- Parameters
-
thd | Thread (session) context. |
thd_timer | Thread timer object. |
time | Length of time, in milliseconds, until the currently running statement is aborted. |
- Returns
- NULL on failure.