Searched refs:RecvLock (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ntp-92/libntp/
H A Drecvbuff.c42 static CRITICAL_SECTION RecvLock; variable
43 # define LOCK() EnterCriticalSection(&RecvLock)
44 # define UNLOCK() LeaveCriticalSection(&RecvLock)
125 InitializeCriticalSection(&RecvLock);

Completed in 147 milliseconds