HomeSort by: relevance | last modified time | path
    Searched refs:tid_t (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.h 42 FunctionCallTrie::Allocators::Buffers &&B, tid_t TId);
xray_profile_collector.cc 32 tid_t TId;
65 tid_t TId;
112 tid_t TId) XRAY_NEVER_INSTRUMENT {
xray_fdr_controller.h 36 tid_t TId = 0;
88 // - Thread ID (tid_t, cast to 4 bytes type due to Darwin being 8
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 48 tid_t reported_tid;
67 tid_t tid;
84 void SpawnTidReporter(pthread_t *pthread_id, tid_t *tid);
89 std::vector<tid_t> tids_;
110 void ThreadListerTest::SpawnTidReporter(pthread_t *pthread_id, tid_t *tid) {
116 while (thread_arg.reported_tid == (tid_t)(-1))
123 static std::vector<tid_t> ReadTidsToVector(ThreadLister *thread_lister) {
124 std::vector<tid_t> listed_tids;
125 InternalMmapVector<tid_t> threads(128);
127 return std::vector<tid_t>(threads.begin(), threads.end())
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld.h 44 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); }
sanitizer_thread_registry.h 42 tid_t os_id; // PID (used for reporting).
60 void SetStarted(tid_t _os_id, bool _workerthread, void *arg);
117 ThreadContextBase *FindThreadContextByOsIDLocked(tid_t os_id);
124 void StartThread(u32 tid, tid_t os_id, bool workerthread, void *arg);
sanitizer_stoptheworld_linux_libcdep.cc 93 tid_t GetThreadID(uptr index) const;
95 bool ContainsTid(tid_t thread_id) const;
96 void Append(tid_t tid);
103 InternalMmapVector<tid_t> thread_ids_;
136 bool SuspendThread(tid_t thread_id);
139 bool ThreadSuspender::SuspendThread(tid_t tid) {
213 InternalMmapVector<tid_t> threads;
227 for (tid_t tid : threads)
515 tid_t SuspendedThreadsListLinux::GetThreadID(uptr index) const {
524 bool SuspendedThreadsListLinux::ContainsTid(tid_t thread_id) const
    [all...]
sanitizer_stoptheworld_mac.cc 27 tid_t tid;
35 tid_t GetThreadID(uptr index) const;
111 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const {
sanitizer_thread_registry.cc 74 void ThreadContextBase::SetStarted(tid_t _os_id, bool _workerthread,
210 ThreadContextBase *ThreadRegistry::FindThreadContextByOsIDLocked(tid_t os_id) {
306 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, bool workerthread,
sanitizer_linux.h 87 Result ListThreads(InternalMmapVector<tid_t> *threads);
sanitizer_netbsd.cc 225 tid_t GetTid() {
230 int TgKill(pid_t pid, tid_t tid, int sig) {
sanitizer_rtems.cc 63 tid_t GetTid() { return GetThreadSelf(); }
sanitizer_internal_defs.h 194 typedef u64 tid_t; typedef in namespace:__sanitizer
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.h 48 void ThreadStart(u32 tid, tid_t os_id, bool workerthread = false);
lsan_thread.cc 80 void ThreadStart(u32 tid, tid_t os_id, bool workerthread) {
130 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end,
146 void ForEachExtraStackRange(tid_t os_id, RangeIteratorCallback callback,
lsan_common.h 209 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end,
212 void ForEachExtraStackRange(tid_t os_id, RangeIteratorCallback callback,
lsan_common.cc 223 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i));
531 const InternalMmapVector<tid_t> &suspended_threads =
532 *(const InternalMmapVector<tid_t> *)arg;
544 InternalMmapVector<tid_t> threads(suspended_threads.ThreadCount());
lsan_interceptors.cc 333 INTERCEPTOR(void, thr_exit, tid_t *state) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.h 93 tid_t os_id;
tsan_debugging.cc 161 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id,
238 tid_t *os_id) {
tsan_interface.h 21 using __sanitizer::tid_t;
162 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id,
179 tid_t *os_id);
tsan_rtl_thread.cc 243 void ThreadStart(ThreadState *thr, int tid, tid_t os_id, bool workerthread) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc 247 tid_t os_id, atomic_uintptr_t *signal_thread_is_registered) {
458 __asan::AsanThread *GetAsanThreadByOsIDLocked(tid_t os_id) {
468 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end,
484 void ForEachExtraStackRange(tid_t os_id, RangeIteratorCallback callback,
asan_thread.h 73 thread_return_t ThreadStart(tid_t os_id,
  /src/sys/external/bsd/compiler_rt/dist/lib/safestack/
safestack.cc 157 tid_t tid;
180 tid_t tid = GetTid();

Completed in 29 milliseconds

1 2