Home
last modified time | relevance | path

Searched refs:gettid (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/threads/
H A Didentifier.h34 LIBC_INLINE pid_t gettid() { in gettid() function
/freebsd/sys/contrib/openzfs/config/
H A Duser.m440 AC_CHECK_FUNCS([execvpe issetugid mlockall strlcat strlcpy gettid])
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_getpid.h47 #warning No gettid found, use getpid instead
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dassert.c38 #define libspl_gettid() gettid()
/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Drwlock.h361 writer_tid.store(internal::gettid(), cpp::MemoryOrder::RELAXED); in try_lock()
396 if (writer_tid.load(cpp::MemoryOrder::RELAXED) == internal::gettid())
522 if (writer_tid.load(cpp::MemoryOrder::RELAXED) != internal::gettid()) in unlock()
/freebsd/contrib/file/src/
H A Dseccomp.c158 ALLOW_RULE(gettid); in enable_sandbox()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp175 return static_cast<u32>(gettid()); in getThreadID()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc146 return uint64_t(gettid());
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp651 return internal_syscall(SYSCALL(gettid)); in GetTid()
H A Dsanitizer_common_syscalls.inc281 PRE_SYSCALL(gettid)() {}
283 POST_SYSCALL(gettid)(long res) {}
/freebsd/contrib/unbound/daemon/
H A Dworker.c2189 worker->thread_tid = gettid(); in worker_init()
/freebsd/contrib/unbound/
H A Dconfig.h.in319 /* Define to 1 if you have the 'gettid' function. */
H A Dconfigure.ac1828 … _beginthreadex endservent endprotoent fsync shmget accept4 getifaddrs if_nametoindex poll gettid])
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi2130 <function-decl name='gettid' visibility='default' binding='global' size-in-bits='64'>
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi316 <function-decl name='gettid' visibility='default' binding='global' size-in-bits='64'>
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi728 <function-decl name='gettid' visibility='default' binding='global' size-in-bits='64'>