Home
last modified time | relevance | path

Searched refs:FreeLock (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Drecvbuff.c47 static CRITICAL_SECTION FreeLock; variable
50 # define LOCK_F() EnterCriticalSection(&FreeLock)
51 # define UNLOCK_F() LeaveCriticalSection(&FreeLock)
174 InitializeCriticalSection(&FreeLock); in uninit_recvbuff()
203 DeleteCriticalSection(&FreeLock); in freerecvbuf()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1462 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateFrameRecognizer()
1473 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in GetRecognizedArguments()
1517 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in ShouldHide()
1572 Locker py_lock(this, Locker::AcquireLock | Locker::NoSTDIN, Locker::FreeLock); in CreateStructuredDataFromScriptObject()
2574 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
2617 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
2660 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedParsedCommand()
2700 Locker::FreeLock); in GetRepeatCommandForScriptedCommand()
2723 Locker::FreeLock); in HandleArgumentCompletionForScriptedCommand()
2743 Locker::FreeLock); in HandleOptionArgumentCompletionForScriptedCommand()
[all …]
H A DScriptedPlatformPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
H A DScriptInterpreterPythonImpl.h319 FreeLock = 0x0001, enumerator
327 uint16_t on_leave = FreeLock | TearDownSession,
H A DScriptedProcessPythonInterface.cpp
H A DScriptedPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h142 Locker::FreeLock); in CreatePluginObject()
348 Locker::FreeLock); in Dispatch()