The use of tid is too verbose in logs, specially when no multithreading is involved. The idea is to support locking for multithreading, and then enable or disable these locks only if explicitly required, to avoid unnecessary overhead.
The use of tid is too verbose in logs, specially when no multithreading is involved.
The idea is to support locking for multithreading, and then enable or disable these locks only if explicitly required, to avoid unnecessary overhead.