#include "ut_types.h"
Go to the source code of this file.
Functions | |
void | _checkLock (void) |
UT_uint32 | XAP_newCocoaTimer (UT_uint32 time, int(*proc)(void *), void *p) |
void | XAP_stopCocoaTimer (UT_uint32 timer) |
void _checkLock | ( | void | ) |
Check that the NSLock exist, and eventually lock it.
Referenced by XAP_newCocoaTimer(), and XAP_stopCocoaTimer().
References _checkLock(), and XAP_TimerInvocation::createWithProc:param:.
Referenced by UT_UNIXTimer::set().
void XAP_stopCocoaTimer | ( | UT_uint32 | timer | ) |
References _checkLock().
Referenced by UT_UNIXTimer::stop().