Home
last modified time | relevance | path

Searched refs:start_routine_arg (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp143 void *start_routine_arg; member
156 void *start_routine_arg = tinfo->start_routine_arg; in thread_start() local
165 return start_routine(start_routine_arg); in thread_start()
272 tinfo->start_routine_arg = arg; in INTERCEPTOR()