Log a dequeue operation by this thread.
Log a dequeue operation by this thread.
the operation on the concurrent queue corresponding to the dequeue, e.g. _.dequeue.
the corresponding operation on the sequential datatype.
Log an enqueue of value by this thread.
Log an enqueue of value by this thread.
the value enqueued.
the operation on the concurrent queue corresponding to the enqueue, e.g. _.enqueue(value).
the corresponding operation on the sequential datatype.
Internal QueueCompetitionThreadLog object used by thread t.