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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_rtld.c190 int uc_len; local
238 uc_len = __getcontextx_size();
239 uc = alloca(uc_len);
H A Dthr_sig.c328 int uc_len; local
335 uc_len = __getcontextx_size();
336 uc = alloca(uc_len);

Completed in 71 milliseconds