Searched refs:thread_arg (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ThreadLauncher.h | 24 lldb::thread_arg_t thread_arg, 33 lldb::thread_arg_t thread_arg; member 37 : thread_name(name ? name : ""), thread_fptr(fptr), thread_arg(arg) {} in HostThreadCreateInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostNativeThreadBase.cpp | 59 thread_arg_t thread_arg = info->thread_arg; in ThreadCreateTrampoline() local 65 return thread_fptr(thread_arg); in ThreadCreateTrampoline()
|
| H A D | ThreadLauncher.cpp | 26 lldb::thread_arg_t thread_arg, size_t min_stack_byte_size) { in LaunchThread() argument 29 new HostThreadCreateInfo(name.data(), thread_function, thread_arg); in LaunchThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBHostOS.cpp | 106 void *thread_arg, SBError *error_ptr) { in ThreadCreate() argument 109 thread_function, thread_arg, error_ptr); in ThreadCreate() 111 ThreadLauncher::LaunchThread(name, thread_function, thread_arg); in ThreadCreate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBHostOS.i | 36 void *thread_arg,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBHostOS.h | 31 void *thread_arg, lldb::SBError *err);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_allocator.cpp | 1204 uptr thread_arg = reinterpret_cast<uptr>(asan_thread->get_arg()); in GetAdditionalThreadContextPtrs() local 1205 if (!thread_arg) in GetAdditionalThreadContextPtrs() 1209 ptrsVec->push_back(thread_arg); in GetAdditionalThreadContextPtrs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 1141 PythonObject thread_arg(PyRefType::Owned, SBTypeToSWIGWrapper(thread_sb)); 1142 auto result = pfunc(thread_arg, dict);
|