<b>4.0.6.3191</b>
Dmitry Yemanov 2025.03.13 08:06:22
Avoid implicit Handle(pthread_t) -> ThreadId(int) -> InternalId(pthread_t) conversions that does not work properly (it mangles the value on my Linux box, causing deadlocks in exactly the same place that was fixed by PR #8403)

Changed paths:
  M src/common/ThreadStart.cpp
  M src/common/ThreadStart.h
  M src/jrd/jrd.cpp