al_rest

void al_rest(double seconds)
Introduced in 5.0.0

Waits for the specified number seconds. This tells the system to pause the current thread for the given amount of time. With some operating systems, the accuracy can be in the order of 10ms. That is, even

al_rest(0.000001)

might pause for something like 10ms. Also see the section on easier ways to time your program without using up all CPU.

Examples: ex_acodec, ex_acodec_multi, ex_drawpixels, ex_dualies, ex_fs_window, ex_kcm_direct, ex_keyboard_focus, ex_mixer_chain, ex_mouse, ex_mouse_focus, ex_multiwin, ex_opengl_pixel_shader, ex_prim, ex_rotate, ex_scale, ex_threads2, ex_vsync, ex_winfull


Most helpful discussions:

Other recent discussions: