Searched refs:ThreadContext (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/lsan/
H A Dlsan_thread.h22 class ThreadContext : public ThreadContextBase { class in namespace:__lsan
24 explicit ThreadContext(int tid);
49 ThreadContext *CurrentThreadContext();
H A Dlsan_thread.cc30 void *mem = MmapOrDie(sizeof(ThreadContext), "ThreadContext");
31 return new(mem) ThreadContext(tid);
51 ThreadContext::ThreadContext(int tid) function in class:__lsan::ThreadContext
66 void ThreadContext::OnStarted(void *arg) {
76 void ThreadContext::OnFinished() {
101 ThreadContext *CurrentThreadContext() {
106 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
136 ThreadContext *contex
[all...]
H A Dlsan.h22 ThreadContext *t; \
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc23 // ThreadContext implementation.
25 ThreadContext::ThreadContext(int tid) function in class:__tsan::ThreadContext
34 ThreadContext::~ThreadContext() {
38 void ThreadContext::OnDead() {
42 void ThreadContext::OnJoined(void *arg) {
53 void ThreadContext::OnCreated(void *arg) {
69 void ThreadContext::OnReset() {
75 void ThreadContext
[all...]
H A Dtsan_rtl_report.cc183 void ScopedReport::AddThread(const ThreadContext *tctx, bool suppressable) {
208 static ThreadContext *FindThreadByUidLocked(int unique_id) {
210 return static_cast<ThreadContext *>(
215 static ThreadContext *FindThreadByTidLocked(int tid) {
217 return static_cast<ThreadContext*>(
223 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base);
232 ThreadContext *IsThreadStackOrTls(uptr addr, bool *is_stack) {
234 ThreadContext *tctx = static_cast<ThreadContext*>(
[all...]
H A Dtsan_defs.h149 class ThreadContext;
H A Dtsan_rtl.h383 ThreadContext *tctx;
427 class ThreadContext : public ThreadContextBase { class in namespace:__tsan
429 explicit ThreadContext(int tid);
430 ~ThreadContext();
531 void AddThread(const ThreadContext *tctx, bool suppressable = false);
H A Dtsan_rtl_mutex.cc364 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base);
407 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base);
H A Dtsan_rtl.cc85 void *mem = internal_alloc(MBlockThreadContex, sizeof(ThreadContext));
86 return new(mem) ThreadContext(tid);
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c359 static isc_threadresult_t WINAPI SocketIoThread(LPVOID ThreadContext);
2419 SocketIoThread(LPVOID ThreadContext) { argument
2420 isc_socketmgr_t *manager = ThreadContext;

Completed in 127 milliseconds