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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc 91 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid,
112 // This gets the same arguments passed to Init by CreateAsanThread, above.
132 AsanThread *t = CreateAsanThread(
155 return CreateAsanThread(&stack, parent_tid, user_id, detached, name,
asan_rtems.cc 100 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid,
118 // This gets the same arguments passed to Init by CreateAsanThread, above.
152 return CreateAsanThread(&stack, parent_tid, user_id, detached,

Completed in 12 milliseconds