Searched defs:TSAN_INTERCEPTOR (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cc25 TSAN_INTERCEPTOR(void, OSSpinLockLock, volatile OSSpinLock *lock) { function in namespace:__tsan
35 TSAN_INTERCEPTOR(bool, OSSpinLockTry, volatile OSSpinLock *lock) { function in namespace:__tsan
47 TSAN_INTERCEPTOR(void, OSSpinLockUnlock, volatile OSSpinLock *lock) { function in namespace:__tsan
57 TSAN_INTERCEPTOR(void, os_lock_lock, void *lock) { function in namespace:__tsan
67 TSAN_INTERCEPTOR(bool, os_lock_trylock, void *lock) { function in namespace:__tsan
79 TSAN_INTERCEPTOR(void, os_lock_unlock, void *lock) { function in namespace:__tsan
H A Dtsan_interceptors.h47 #define TSAN_INTERCEPTOR(ret, func, ...) INTERCEPTOR(ret, func, __VA_ARGS__) macro
H A Dtsan_libdispatch_mac.cc162 TSAN_INTERCEPTOR(void, dispatch_once, dispatch_once_t *predicate, function in namespace:__tsan
184 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate, function in namespace:__tsan
194 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_signal, function in namespace:__tsan
201 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_wait, dispatch_semaphore_t dsema, function in namespace:__tsan
209 TSAN_INTERCEPTOR(long_t, dispatch_group_wait, dispatch_group_t group, function in namespace:__tsan
217 TSAN_INTERCEPTOR(void, dispatch_group_leave, dispatch_group_t group) { function in namespace:__tsan
223 TSAN_INTERCEPTOR(void, dispatch_group_async, dispatch_group_t group, function in namespace:__tsan
235 TSAN_INTERCEPTOR(voi function in namespace:__tsan
248 TSAN_INTERCEPTOR(void, dispatch_group_notify, dispatch_group_t group, function in namespace:__tsan
267 TSAN_INTERCEPTOR(void, dispatch_group_notify_f, dispatch_group_t group, function in namespace:__tsan
[all...]
H A Dtsan_interceptors.cc356 TSAN_INTERCEPTOR(unsigned, sleep, unsigned sec) { function
363 TSAN_INTERCEPTOR(int, usleep, long_t usec) { function
370 TSAN_INTERCEPTOR(int, nanosleep, void *req, void *rem) { function
397 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { function
407 TSAN_INTERCEPTOR(int, __cxa_atexit, void (*f)(void *a), void *arg, void *dso) { function
438 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { function
573 TSAN_INTERCEPTOR(voi function
581 TSAN_INTERCEPTOR(void, siglongjmp, uptr *env, int val) { function
590 TSAN_INTERCEPTOR(void*, malloc, uptr size) { function
602 TSAN_INTERCEPTOR(void*, __libc_memalign, uptr align, uptr sz) { function
607 TSAN_INTERCEPTOR(void*, calloc, uptr size, uptr n) { function
619 TSAN_INTERCEPTOR(void*, realloc, void *p, uptr size) { function
632 TSAN_INTERCEPTOR(void, free, void *p) { function
642 TSAN_INTERCEPTOR(void, cfree, void *p) { function
652 TSAN_INTERCEPTOR(uptr, malloc_usable_size, void *p) { function
658 TSAN_INTERCEPTOR(uptr, strlen, const char *s) { function
665 TSAN_INTERCEPTOR(void*, memset, void *dst, int v, uptr size) { function
674 TSAN_INTERCEPTOR(void*, memcpy, void *dst, const void *src, uptr size) { function
687 TSAN_INTERCEPTOR(void*, memmove, void *dst, void *src, uptr n) { function
696 TSAN_INTERCEPTOR(char*, strchr, char *s, int c) { function
706 TSAN_INTERCEPTOR(char*, strchrnul, char *s, int c) { function
715 TSAN_INTERCEPTOR(char*, strrchr, char *s, int c) { function
721 TSAN_INTERCEPTOR(char*, strcpy, char *dst, const char *src) { // NOLINT function
729 TSAN_INTERCEPTOR(char*, strncpy, char *dst, char *src, uptr n) { function
737 TSAN_INTERCEPTOR(char*, strdup, const char *str) { function
757 TSAN_INTERCEPTOR(void *, mmap, void *addr, SIZE_T sz, int prot, int flags, function
772 TSAN_INTERCEPTOR(void *, mmap64, void *addr, SIZE_T sz, int prot, int flags, function
790 TSAN_INTERCEPTOR(int, munmap, void *addr, long_t sz) { function
802 TSAN_INTERCEPTOR(void*, memalign, uptr align, uptr sz) { function
812 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { function
817 TSAN_INTERCEPTOR(void*, valloc, uptr sz) { function
824 TSAN_INTERCEPTOR(void*, pvalloc, uptr sz) { function
835 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { function
952 TSAN_INTERCEPTOR(int, pthread_create, function
1007 TSAN_INTERCEPTOR(int, pthread_join, void *th, void **ret) { function
1021 TSAN_INTERCEPTOR(int, pthread_detach, void *th) { function
1168 TSAN_INTERCEPTOR(int, pthread_mutex_init, void *m, void *a) { function
1184 TSAN_INTERCEPTOR(int, pthread_mutex_destroy, void *m) { function
1193 TSAN_INTERCEPTOR(int, pthread_mutex_trylock, void *m) { function
1204 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { function
1215 TSAN_INTERCEPTOR(int, pthread_spin_init, void *m, int pshared) { function
1224 TSAN_INTERCEPTOR(int, pthread_spin_destroy, void *m) { function
1233 TSAN_INTERCEPTOR(int, pthread_spin_lock, void *m) { function
1242 TSAN_INTERCEPTOR(int, pthread_spin_trylock, void *m) { function
1251 TSAN_INTERCEPTOR(int, pthread_spin_unlock, void *m) { function
1259 TSAN_INTERCEPTOR(int, pthread_rwlock_init, void *m, void *a) { function
1268 TSAN_INTERCEPTOR(int, pthread_rwlock_destroy, void *m) { function
1277 TSAN_INTERCEPTOR(int, pthread_rwlock_rdlock, void *m) { function
1286 TSAN_INTERCEPTOR(int, pthread_rwlock_tryrdlock, void *m) { function
1296 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) { function
1306 TSAN_INTERCEPTOR(int, pthread_rwlock_wrlock, void *m) { function
1315 TSAN_INTERCEPTOR(int, pthread_rwlock_trywrlock, void *m) { function
1325 TSAN_INTERCEPTOR(int, pthread_rwlock_timedwrlock, void *m, void *abstime) { function
1335 TSAN_INTERCEPTOR(int, pthread_rwlock_unlock, void *m) { function
1343 TSAN_INTERCEPTOR(int, pthread_barrier_init, void *b, void *a, unsigned count) { function
1350 TSAN_INTERCEPTOR(int, pthread_barrier_destroy, void *b) { function
1357 TSAN_INTERCEPTOR(int, pthread_barrier_wait, void *b) { function
1370 TSAN_INTERCEPTOR(int, pthread_once, void *o, void (*f)()) { function
1398 TSAN_INTERCEPTOR(int, __xstat, int version, const char *path, void *buf) { function
1408 TSAN_INTERCEPTOR(int, stat, const char *path, void *buf) { function
1421 TSAN_INTERCEPTOR(int, __xstat64, int version, const char *path, void *buf) { function
1432 TSAN_INTERCEPTOR(int, stat64, const char *path, void *buf) { function
1443 TSAN_INTERCEPTOR(int, __lxstat, int version, const char *path, void *buf) { function
1453 TSAN_INTERCEPTOR(int, lstat, const char *path, void *buf) { function
1466 TSAN_INTERCEPTOR(int, __lxstat64, int version, const char *path, void *buf) { function
1477 TSAN_INTERCEPTOR(int, lstat64, const char *path, void *buf) { function
1488 TSAN_INTERCEPTOR(int, __fxstat, int version, int fd, void *buf) { function
1499 TSAN_INTERCEPTOR(int, fstat, int fd, void *buf) { function
1514 TSAN_INTERCEPTOR(int, __fxstat64, int version, int fd, void *buf) { function
1526 TSAN_INTERCEPTOR(int, fstat64, int fd, void *buf) { function
1537 TSAN_INTERCEPTOR(int, open, const char *name, int flags, int mode) { function
1547 TSAN_INTERCEPTOR(int, open64, const char *name, int flags, int mode) { function
1560 TSAN_INTERCEPTOR(int, creat, const char *name, int mode) { function
1570 TSAN_INTERCEPTOR(int, creat64, const char *name, int mode) { function
1583 TSAN_INTERCEPTOR(int, dup, int oldfd) { function
1591 TSAN_INTERCEPTOR(int, dup2, int oldfd, int newfd) { function
1600 TSAN_INTERCEPTOR(int, dup3, int oldfd, int newfd, int flags) { function
1610 TSAN_INTERCEPTOR(int, eventfd, unsigned initval, int flags) { function
1623 TSAN_INTERCEPTOR(int, signalfd, int fd, void *mask, int flags) { function
1638 TSAN_INTERCEPTOR(int, inotify_init, int fake) { function
1651 TSAN_INTERCEPTOR(int, inotify_init1, int flags) { function
1663 TSAN_INTERCEPTOR(int, socket, int domain, int type, int protocol) { function
1671 TSAN_INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int *fd) { function
1679 TSAN_INTERCEPTOR(int, connect, int fd, void *addr, unsigned addrlen) { function
1688 TSAN_INTERCEPTOR(int, bind, int fd, void *addr, unsigned addrlen) { function
1696 TSAN_INTERCEPTOR(int, listen, int fd, int backlog) { function
1705 TSAN_INTERCEPTOR(int, epoll_create, int size) { function
1718 TSAN_INTERCEPTOR(int, epoll_create1, int flags) { function
1730 TSAN_INTERCEPTOR(int, close, int fd) { function
1738 TSAN_INTERCEPTOR(int, __close, int fd) { function
1751 TSAN_INTERCEPTOR(void, __res_iclose, void *state, bool free_addr) { function
1766 TSAN_INTERCEPTOR(int, pipe, int *pipefd) { function
1775 TSAN_INTERCEPTOR(int, pipe2, int *pipefd, int flags) { function
1784 TSAN_INTERCEPTOR(long_t, send, int fd, void *buf, long_t len, int flags) { function
1794 TSAN_INTERCEPTOR(long_t, sendmsg, int fd, void *msg, int flags) { function
1804 TSAN_INTERCEPTOR(long_t, recv, int fd, void *buf, long_t len, int flags) { function
1815 TSAN_INTERCEPTOR(int, unlink, char *path) { function
1822 TSAN_INTERCEPTOR(void*, tmpfile, int fake) { function
1834 TSAN_INTERCEPTOR(void*, tmpfile64, int fake) { function
1849 TSAN_INTERCEPTOR(uptr, fread, void *ptr, uptr size, uptr nmemb, void *f) { function
1858 TSAN_INTERCEPTOR(uptr, fwrite, const void *p, uptr size, uptr nmemb, void *f) { function
1874 TSAN_INTERCEPTOR(void, abort, int fake) { function
1880 TSAN_INTERCEPTOR(int, puts, const char *s) { function
1886 TSAN_INTERCEPTOR(int, rmdir, char *path) { function
1893 TSAN_INTERCEPTOR(int, closedir, void *dirp) { function
1903 TSAN_INTERCEPTOR(int, epoll_ctl, int epfd, int op, int fd, void *ev) { function
1920 TSAN_INTERCEPTOR(int, epoll_wait, int epfd, void *ev, int cnt, int timeout) { function
2067 TSAN_INTERCEPTOR(int, sigaction, int sig, sigaction_t *act, sigaction_t *old) { function
2100 TSAN_INTERCEPTOR(sighandler_t, signal, int sig, sighandler_t h) { function
2112 TSAN_INTERCEPTOR(int, sigsuspend, const __sanitizer_sigset_t *mask) { function
2117 TSAN_INTERCEPTOR(int, raise, int sig) { function
2129 TSAN_INTERCEPTOR(int, kill, int pid, int sig) { function
2145 TSAN_INTERCEPTOR(int, pthread_kill, void *tid, int sig) { function
2161 TSAN_INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { function
2167 TSAN_INTERCEPTOR(int, getaddrinfo, void *node, void *service, function
2179 TSAN_INTERCEPTOR(int, fork, int fake) { function
2199 TSAN_INTERCEPTOR(int, vfork, int fake) { function
2250 TSAN_INTERCEPTOR(int, dl_iterate_phdr, dl_iterate_phdr_cb_t cb, void *data) { function
[all...]

Completed in 54 milliseconds