summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_Thread.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-01-07 09:32:19 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-01-07 09:32:19 +0100
commit8c07da5c4316895917a33dbaed2171ed7ad00448 (patch)
tree12d3e0bffd0a4f71e9b585294aab43b3aba767bc /ACE/ace/OS_NS_Thread.cpp
parent24eb6e59c4c172fe74031590c59401b93f76647b (diff)
downloadATCD-8c07da5c4316895917a33dbaed2171ed7ad00448.tar.gz
Move thr_gettid to inline
* ACE/ace/OS_NS_Thread.cpp: * ACE/ace/OS_NS_Thread.h: * ACE/ace/OS_NS_Thread.inl:
Diffstat (limited to 'ACE/ace/OS_NS_Thread.cpp')
-rw-r--r--ACE/ace/OS_NS_Thread.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/ACE/ace/OS_NS_Thread.cpp b/ACE/ace/OS_NS_Thread.cpp
index 4c94dd13120..93b431881c5 100644
--- a/ACE/ace/OS_NS_Thread.cpp
+++ b/ACE/ace/OS_NS_Thread.cpp
@@ -4840,16 +4840,6 @@ ACE_OS::unique_name (const void *object,
}
#endif
-pid_t
-ACE_OS::thr_gettid ()
-{
-#ifdef ACE_HAS_GETTID
- return syscall (SYS_gettid);
-#else
- ACE_NOTSUP_RETURN (-1);
-#endif
-}
-
ACE_END_VERSIONED_NAMESPACE_DECL
#if defined (ACE_VXWORKS) && !defined (__RTP__)