| /third_party/musl/porting/linux/user/src/thread/ |
| H A D | pthread_create.c | 109 int tid = __pthread_self()->tid; in __tl_lock() local [all...] |
| /third_party/musl/libc-test/src/functionalext/thread/ |
| H A D | pthread_cond_timedwait.c | 303 pthread_t tid; in clockwait_timedwait_0020() local 381 pthread_t tid; in clockwait_timedwait_0040() local 441 pthread_t tid; in clockwait_timedwait_0050() local 484 pthread_t tid; in clockwait_timedwait_0060() local 605 pthread_t tid; monotonic_timewait_0020() local 634 pthread_t tid; monotonic_timewait_0030() local 711 pthread_t tid; timeoutnp_timewait_0020() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cmp/ |
| H A D | cmp_server.c | 499 char *tid; in OSSL_CMP_SRV_process_request() local
|
| /third_party/node/deps/uv/src/win/ |
| H A D | thread.c | 114 int uv_thread_create(uv_thread_t *tid, void (*entry)(void *arg), void *arg) { in uv_thread_create() argument 120 int uv_thread_create_ex(uv_thread_t* tid, in uv_thread_create_ex() argument 202 int uv_thread_join(uv_thread_t *tid) { in uv_thread_join() argument
|
| /third_party/openssl/crypto/cmp/ |
| H A D | cmp_server.c | 499 char *tid; in OSSL_CMP_SRV_process_request() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | ANGLEPerfTest.h | 60 uint32_t tid = 0; member
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_parser.cpp | 554 uint32_t tid = ops[1]; in parse() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | Type.h | 91 explicit Type(LLVMContext &C, TypeID tid) in Type() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| H A D | DerivedTypes.h | 162 explicit CompositeType(LLVMContext &C, TypeID tid) : Type(C, tid) {} in CompositeType() argument
|
| H A D | Type.h | 89 explicit Type(LLVMContext &C, TypeID tid) in Type() argument
|
| /third_party/toybox/lib/ |
| H A D | portability.h | 297 static inline int get_sched_policy(int tid, void *policy) {return 0;} in get_sched_policy() argument
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
| H A D | dfx_dumprequest.c | 412 int tid; in StartProcessdump() local 582 int tid; in ProcessDump() local
|
| H A D | dfx_signal_handler.c | 133 int32_t tid; member 420 int tid = syscall(SYS_gettid); in DFX_SigchainHandler() local [all...] |
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
| H A D | dfx_dump_catcher.cpp | 93 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid() argument 137 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson, int timeout) in DoDumpRemoteLocked() argument 142 DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums) DoDumpLocalLocked() argument 229 DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) DumpCatch() argument 274 DumpCatchFd(int pid, int tid, std::string& msg, int fd, size_t maxFrameNums) DumpCatchFd() argument 284 DoDumpCatchRemote(int pid, int tid, std::string& msg, bool isJson, int timeout) DoDumpCatchRemote() argument [all...] |
| /base/request/request/frameworks/cj/ffi/include/ |
| H A D | cj_request_ffi.h | 121 char *tid; member 196 CTask tid; member
|
| /developtools/hdc/src/daemon/ |
| H A D | jdwp.cpp | 691 pthread_t tid; in CreateFdEventPoll() local
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| H A D | virtual_runtime.cpp | 65 std::string VirtualRuntime::ReadThreadName(pid_t tid) in ReadThreadName() argument 73 VirtualThread &VirtualRuntime::UpdateThread(pid_t pid, pid_t tid, const std::string name) in UpdateThread() argument 89 VirtualThread &VirtualRuntime::CreateThread(pid_t pid, pid_t tid) in CreateThread() argument 98 VirtualThread &VirtualRuntime::GetThread(pid_t pid, pid_t tid) in GetThread() argument 129 GetSymbolName(pid_t pid, pid_t tid, std::vector<CallFrame>& callFrames, int offset, bool first, bool onlyjs) GetSymbolName() argument 196 UpdateMaps(pid_t pid, pid_t tid) UpdateMaps() argument 206 UnwindStack(std::vector<u64>& regs, const u8* stack_addr, int stack_size, pid_t pid, pid_t tid, std::vector<CallFrame>& callFrames, size_t maxStackLevel) UnwindStack() argument 448 GetSymbol(CallFrame& callFrame, pid_t pid, pid_t tid, const perf_callchain_context &context) GetSymbol() argument 549 HandleMapInfo(std::vector<uint64_t> info, const std::string& filePath, pid_t pid, pid_t tid) HandleMapInfo() argument [all...] |
| H A D | utilities.cpp | 460 pid_t tid = static_cast<pid_t>(std::stoul(tidStr, nullptr)); in GetSubthreadIDs() local
|
| /developtools/profiler/device/plugins/native_hook/test/ |
| H A D | hook_test.c | 202 int tid = syscall(SYS_gettid); in ThreadFuncC() local
|
| H A D | malloc_test.cpp | 214 int tid = syscall(SYS_gettid); in ThreadFuncC() local
|
| /developtools/hiperf/src/ |
| H A D | perf_event_record.cpp | 235 PerfRecordAuxtrace::PerfRecordAuxtrace(u64 size, u64 offset, u64 reference, u32 idx, u32 tid, u32 cpu, u32 pid) in PerfRecordAuxtrace() argument 621 PerfRecordMmap(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, const std::string &filename) PerfRecordMmap() argument 682 PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, u32 maj, u32 min, u64 ino, u32 prot, u32 flags, const std::string &filename) PerfRecordMmap2() argument 705 PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, std::shared_ptr<DfxMap> item) PerfRecordMmap2() argument 821 PerfRecordComm(bool inKernel, u32 pid, u32 tid, const std::string &comm) PerfRecordComm() argument [all...] |
| /developtools/profiler/device/plugins/cpu_plugin/src/ |
| H A D | cpu_data_plugin.cpp | 534 bool CpuDataPlugin::addTidBySort(int32_t tid) in addTidBySort() argument 561 int32_t tid = atoi(dirEnt->d_name); in GetValidTid() local 592 WriteThread(T& threadInfo, const char* pFile, uint32_t fileLen, int32_t tid) WriteThread() argument 642 WriteSingleThreadInfo(T& cpuData, int32_t tid) WriteSingleThreadInfo() argument [all...] |
| /developtools/hiperf/include/ |
| H A D | utilities.h | 106 pid_t tid; member
|
| H A D | report.h | 128 ReportItem(pid_t pid, pid_t tid, const char *comm, const char *dso, const char *func, in ReportItem() argument 142 ReportItem(pid_t pid, pid_t tid, std::string &comm, const std::string_view &dso, in ReportItem() argument
|
| H A D | perf_record_format.h | 33 u32 tid = 0; /* if PERF_SAMPLE_TID set */ member 55 u32 tid = 0; member 75 u32 tid = 0; member 110 u32 tid = 0; member 147 u32 tid = 0; member 165 u32 tid = 0; /* if PERF_SAMPLE_TID */ member 205 u32 tid member 231 u32 tid = 0; global() member 264 u32 tid = 0; global() member 298 u32 tid = 0; global() member 373 u32 tid = 0; global() member [all...] |