| 367 | typedef ui64 TTimeStamp; |
| 368 | |
| 369 | static inline TTimeStamp TimeStamp() noexcept { |
| 370 | return GetCycleCount() >> 31; |
| 371 | } |
| 372 | |
| 373 | struct TRequestDescr: public TIntrusiveListItem<TRequestDescr> { |
| 374 | inline TRequestDescr(const TString& guid, const TNotifyHandleRef& hndl, const TMessage& msg) |
no test coverage detected