Click or drag to resize

ThreadTimeout Fields

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The ThreadTimeout type exposes the following members.

Fields
  NameDescription
Protected fieldf_cMillisTimeout
This ThreadTimeout's timeout.
Protected fieldf_lhTimeout
Cached reference to the thread's ThreadTimeoutLongHolder holding it's current timeout.
Protected fieldf_lTimeoutOrig
The original timeout before this instance changed it.
Protected fieldf_tloCreator
True iff this Timeout created (and thus must ultimately destroy) the TLO.
Protected fieldStatic members_tloTimeout
A thread-local containing the calling thread's timeout value. Values which are greater or equal to zero are used to indicate timeout timestamps. Negative values are relative timeouts which haven't yet been realized into a timestamp. This allows for an optimization where we can avoid obtaining the current time when "setting" the timeout, and defer it until we are about to block.
Top
See Also