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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.cc 44 void DescribeThread(AsanThreadContext *context) {
67 DescribeThread(parent_context);
410 DescribeThread(GetThreadContextByTidLocked(tid));
435 DescribeThread(GetCurrentThread());
436 if (free_thread) DescribeThread(free_thread);
437 DescribeThread(alloc_thread);
asan_descriptions.h 25 void DescribeThread(AsanThreadContext *context);
26 static inline void DescribeThread(AsanThread *t) {
27 if (t) DescribeThread(t->context());

Completed in 11 milliseconds