Home
last modified time | relevance | path

Searched defs:thread_ptr (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/startup/linux/riscv/
H A Dtls.cpp54 uintptr_t thread_ptr = uintptr_t(reinterpret_cast<uintptr_t *>(mmap_ret_val)); init_tls() local
/llvm-project/libc/startup/linux/aarch64/
H A Dtls.cpp66 uintptr_t thread_ptr = uintptr_t(reinterpret_cast<uintptr_t *>(mmap_ret_val)); init_tls() local
/llvm-project/lldb/source/Target/
H A DThreadList.cpp178 GetThreadSPForThreadPtr(Thread * thread_ptr) GetThreadSPForThreadPtr() argument