Home
last modified time | relevance | path

Searched refs:long_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h64 typedef long long_t;
71 typedef long long_t; global() typedef
H A Dtsan_interceptors_libdispatch.cpp321 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_signal, in TSAN_INTERCEPTOR() argument
328 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_wait, dispatch_semaphore_t dsema, in TSAN_INTERCEPTOR() argument
331 long_t result = REAL(dispatch_semaphore_wait)(dsema, timeout); in TSAN_INTERCEPTOR()
336 TSAN_INTERCEPTOR(long_t, dispatch_group_wait, dispatch_group_t group, in TSAN_INTERCEPTOR() argument
339 long_t result = REAL(dispatch_group_wait)(group, timeout); in TSAN_INTERCEPTOR()
H A Dtsan_interceptors_mac.cpp34 typedef long long_t; typedef
128 long_t)
H A Dtsan_interceptors_posix.cpp147 typedef long long_t; typedef
390 TSAN_INTERCEPTOR(int, usleep, long_t usec) { in TSAN_INTERCEPTOR()
769 static bool fix_mmap_addr(void **addr, long_t sz, int flags) { in fix_mmap_addr()
1605 a = static_cast<atomic_uint32_t*>((void *)((char *)o + sizeof(long_t))); in TSAN_INTERCEPTOR()