语帆
2024-02-29 96eaabca5b2e9c93b40c9840e2ae0003a618bb6e
runtime/onnxruntime/third_party/glog/src/utilities.cc
@@ -292,8 +292,6 @@
  return getpid();  // Linux:  getpid returns thread ID when gettid is absent
#elif defined GLOG_OS_WINDOWS && !defined GLOG_OS_CYGWIN
  return static_cast<pid_t>(GetCurrentThreadId());
#elif defined GLOG_OS_OPENBSD
  return getthrid();
#elif defined(HAVE_PTHREAD)
  // If none of the techniques above worked, we use pthread_self().
  return (pid_t)(uintptr_t)pthread_self();