HomeSort by: relevance | last modified time | path
    Searched defs:Tid (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
TimeProfiler.cpp 80 Tid(llvm::get_threadid()), TimeTraceGranularity(TimeTraceGranularity) {
141 auto writeEvent = [&](const auto &E, uint64_t Tid) {
147 J.attribute("tid", int64_t(Tid));
158 writeEvent(E, this->Tid);
161 writeEvent(E, TTP->Tid);
166 uint64_t MaxTid = this->Tid;
168 MaxTid = std::max(MaxTid, TTP->Tid);
203 J.attribute("tid", int64_t(TotalTid));
217 auto writeMetadataEvent = [&](const char *Name, uint64_t Tid,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
PerfJITEventListener.cpp 141 uint32_t Tid;
421 rec.Tid = get_threadid();
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 436 typedef u32 Tid;
437 constexpr Tid kInvalidTid = -1;
438 constexpr Tid kMainTid = 0;
sanitizer_linux.cpp 564 long Tid;
565 thr_self(&Tid);
566 return Tid;
574 int TgKill(pid_t pid, tid_t tid, int sig) {
576 return internal_syscall(SYSCALL(tgkill), pid, tid, sig);
578 return internal_syscall(SYSCALL(thr_kill2), pid, tid, sig);
581 return thr_kill(tid, sig);
1089 bool ThreadLister::IsAlive(int tid) {
1093 internal_snprintf(path, sizeof(path), "/proc/%d/task/%d/status", pid_, tid);
1320 // task's TLS. It writes the PID and TID of the child task to its threa
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 435 typedef u32 Tid;
436 constexpr Tid kInvalidTid = -1;
437 constexpr Tid kMainTid = 0;
sanitizer_linux.cpp 504 long Tid;
505 thr_self(&Tid);
506 return Tid;
514 int TgKill(pid_t pid, tid_t tid, int sig) {
516 return internal_syscall(SYSCALL(tgkill), pid, tid, sig);
518 return internal_syscall(SYSCALL(thr_kill2), pid, tid, sig);
521 return thr_kill(tid, sig);
1014 bool ThreadLister::IsAlive(int tid) {
1018 internal_snprintf(path, sizeof(path), "/proc/%d/task/%d/status", pid_, tid);
1244 // task's TLS. It writes the PID and TID of the child task to its threa
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc 472 long Tid;
473 thr_self(&Tid);
474 return Tid;
484 int TgKill(pid_t pid, tid_t tid, int sig) {
486 return internal_syscall(SYSCALL(tgkill), pid, tid, sig);
488 return internal_syscall(SYSCALL(thr_kill2), pid, tid, sig);
491 return internal_syscall(SYSCALL(thrkill), tid, sig, nullptr);
494 return thr_kill(tid, sig);
982 bool ThreadLister::IsAlive(int tid) {
986 internal_snprintf(path, sizeof(path), "/proc/%d/task/%d/status", pid_, tid);
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 268 UINT32 Tid;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 1570 CGM.Int32Ty, // tid
1594 CGM.Int32Ty, // tid
1616 CGM.Int32Ty, // tid
1635 CGM.Int32Ty, // tid
2740 // ident_t *loc, kmp_int32 tid, kmp_int32 schedule,
2776 // ident_t *loc, kmp_int32 tid, kmp_int32 schedtype,
2851 // Call __kmpc_for_static_fini(ident_t *loc, kmp_int32 tid);
2872 // Call __kmpc_for_dynamic_fini_(4|8)[u](ident_t *loc, kmp_int32 tid);
2883 // ident_t *loc, kmp_int32 tid, kmp_int32 *p_lastiter,
4350 // evt = (typeof(evt))__kmpc_task_allow_completion_event(loc, tid,
    [all...]

Completed in 28 milliseconds