.\" Generated by the Allegro makedoc utility .TH LOCK_FUNCTION 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME LOCK_FUNCTION \- Locks the memory of a function used by a timer. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B Macro LOCK_FUNCTION(function_name); .SH DESCRIPTION Due to interrupts, you are required to lock all the memory used by your timer routines. See the description of install_int_ex() for a more detailed explanation and usage example. .SH SEE ALSO .BR install_int (3alleg4), .BR install_int_ex (3alleg4), .BR exkeys (3alleg4), .BR exscn3d (3alleg4), .BR exsprite (3alleg4), .BR exswitch (3alleg4), .BR extimer (3alleg4), .BR exupdate (3alleg4), .BR exzbuf (3alleg4)