Lines Matching refs:TSAN_INTERCEPTOR
52 TSAN_INTERCEPTOR(return_t, f, t x, volatile t *ptr) { \
58 TSAN_INTERCEPTOR(return_t, f, t x, volatile t *ptr) { \
64 TSAN_INTERCEPTOR(return_t, f, volatile t *ptr) { \
71 TSAN_INTERCEPTOR(return_t, f, volatile t *ptr) { \
110 TSAN_INTERCEPTOR(bool, f, t old_value, t new_value, t volatile *ptr) { \ in OSATOMIC_INTERCEPTORS_ARITHMETIC()
117 TSAN_INTERCEPTOR(bool, f##Barrier, t old_value, t new_value, \
136 TSAN_INTERCEPTOR(bool, f, uint32_t n, volatile void *ptr) { \
153 TSAN_INTERCEPTOR(void, OSAtomicEnqueue, OSQueueHead *list, void *item,
160 TSAN_INTERCEPTOR(void *, OSAtomicDequeue, OSQueueHead *list, size_t offset) { in TSAN_INTERCEPTOR() function
170 TSAN_INTERCEPTOR(void, OSAtomicFifoEnqueue, OSFifoQueueHead *list, void *item, in TSAN_INTERCEPTOR() function
177 TSAN_INTERCEPTOR(void *, OSAtomicFifoDequeue, OSFifoQueueHead *list, in TSAN_INTERCEPTOR() function
187 TSAN_INTERCEPTOR(void, OSSpinLockLock, volatile OSSpinLock *lock) { in TSAN_INTERCEPTOR() function
197 TSAN_INTERCEPTOR(bool, OSSpinLockTry, volatile OSSpinLock *lock) { in TSAN_INTERCEPTOR() function
209 TSAN_INTERCEPTOR(void, OSSpinLockUnlock, volatile OSSpinLock *lock) { in TSAN_INTERCEPTOR() function
219 TSAN_INTERCEPTOR(void, os_lock_lock, void *lock) { in TSAN_INTERCEPTOR() function
229 TSAN_INTERCEPTOR(bool, os_lock_trylock, void *lock) { in TSAN_INTERCEPTOR() function
241 TSAN_INTERCEPTOR(void, os_lock_unlock, void *lock) { in TSAN_INTERCEPTOR() function
251 TSAN_INTERCEPTOR(void, os_unfair_lock_lock, os_unfair_lock_t lock) { in TSAN_INTERCEPTOR() function
260 TSAN_INTERCEPTOR(void, os_unfair_lock_lock_with_options, os_unfair_lock_t lock, in TSAN_INTERCEPTOR() function
270 TSAN_INTERCEPTOR(bool, os_unfair_lock_trylock, os_unfair_lock_t lock) { in TSAN_INTERCEPTOR() function
281 TSAN_INTERCEPTOR(void, os_unfair_lock_unlock, os_unfair_lock_t lock) { in TSAN_INTERCEPTOR() function
292 TSAN_INTERCEPTOR(void, xpc_connection_set_event_handler, in TSAN_INTERCEPTOR() function
307 TSAN_INTERCEPTOR(void, xpc_connection_send_barrier, xpc_connection_t connection, in TSAN_INTERCEPTOR() function
321 TSAN_INTERCEPTOR(void, xpc_connection_send_message_with_reply, in TSAN_INTERCEPTOR() function
338 TSAN_INTERCEPTOR(void, xpc_connection_cancel, xpc_connection_t connection) { in TSAN_INTERCEPTOR() function
383 TSAN_INTERCEPTOR(int, objc_sync_enter, id obj) { in TSAN_INTERCEPTOR() function
394 TSAN_INTERCEPTOR(int, objc_sync_exit, id obj) { in TSAN_INTERCEPTOR() function
404 TSAN_INTERCEPTOR(int, swapcontext, ucontext_t *oucp, const ucontext_t *ucp) { in TSAN_INTERCEPTOR() function
431 #define STDCXX_INTERCEPTOR TSAN_INTERCEPTOR