Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_exit.c67 static uintptr_t (*uwl_getcfa)(struct _Unwind_Context *); variable
90 uwl_getcfa = getcfa; in thread_uw_init()
112 return (*uwl_getcfa)(context); in _Unwind_GetCFA()