Home
last modified time | relevance | path

Searched refs:did_create (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp197 bool did_create = false; in GetSharedModule() local
200 &old_x86_64_modules, &did_create); in GetSharedModule()
207 *did_create_ptr = did_create; in GetSharedModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp398 bool did_create = false; in CreateThread() local
401 thread_list, core_used_map, &did_create)); in CreateThread()
402 if (did_create) in CreateThread()