Searched refs:COMMON_INTERCEPTOR_BLOCK_REAL (Results 1 – 5 of 5) sorted by relevance
148 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
182 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
1315 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name) macro
3326 int res = COMMON_INTERCEPTOR_BLOCK_REAL(poll)(fds, nfds, timeout);3345 COMMON_INTERCEPTOR_BLOCK_REAL(ppoll)(fds, nfds, timeout_ts, sigmask);5462 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_wait)(s);5472 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_trywait)(s);5483 int res = COMMON_INTERCEPTOR_BLOCK_REAL(sem_timedwait)(s, abstime);
2232 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) BLOCK_REAL(name) macro