Searched refs:ucontext_t_sz (Results 1 – 10 of 10) sorted by relevance
46 unsigned ucontext_t_sz(void *ctx);
92 unsigned ucontext_t_sz(void *ctx) { return sizeof(ucontext_t); } in ucontext_t_sz() function
60 unsigned ucontext_t_sz(void *ctx);
135 unsigned ucontext_t_sz(void *ctx) { return sizeof(ucontext_t); } in ucontext_t_sz() function
77 unsigned ucontext_t_sz(void *uctx);
222 unsigned ucontext_t_sz(void *ctx) { in ucontext_t_sz() function
48 unsigned ucontext_t_sz(void *ctx);
557 unsigned ucontext_t_sz(void *ctx) { return sizeof(ucontext_t); } in ucontext_t_sz() function
2258 PRE_READ(ucp_, ucontext_t_sz(ucp_));2264 PRE_READ(ucp_, ucontext_t_sz(ucp_));
1135 __msan_unpoison(uc, ucontext_t_sz(uc)); in SignalAction()1141 CHECK_UNPOISONED(uc, ucontext_t_sz(uc)); in SignalAction()