Searched refs:uc_len (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libthr/thread/
H A Dthr_rtld.c192 int uc_len; local
240 uc_len = __getcontextx_size();
241 uc = alloca(uc_len);
H A Dthr_sig.c330 int uc_len; local
337 uc_len = __getcontextx_size();
338 uc = alloca(uc_len);

Completed in 114 milliseconds