Home
last modified time | relevance | path

Searched refs:threadid (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/
H A Dmain_tid.mm33 uint64_t threadid;
34 pthread_threadid_np(NULL, &threadid);
35 fprintf(stderr, "pthread_threadid_np = %llu\n", threadid);
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/pass-by-value/
H A Dheader.h8 A(const ThreadId &tid) : threadid(tid) {} in A()
9 ThreadId threadid; member
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsysobjs.py178 sysid, threadid = x
179 if threadid == tid:
196 sysid, threadid = x
197 threads.append(threadid)