Home
last modified time | relevance | path

Searched refs:buf_enough_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drecord_yielder.cc40 buf_enough_.notify_all(); in ~RecordYielder()
50 buf_enough_.wait(l); in YieldOne()
110 buf_enough_.notify_all(); in MainLoop()
154 buf_enough_.notify_all(); in MainLoop()
163 buf_enough_.notify_all(); in MainLoop()
193 buf_enough_.notify_all(); in Add()
Drecord_yielder.h141 condition_variable buf_enough_; variable