Lines Matching refs:this
6 // use this file except in compliance with the License. You may obtain a copy
23 * majority of the codec library does not include this.
160 * This can be called from multi-threaded code. The first thread to hit this will process the
179 * This can be called from multi-threaded code. The first thread to hit this will process the
208 * @return Task index of the first assigned task; assigned tasks increment from this.
226 * Mark @c count tasks as complete. This will notify all threads blocked on @c wait() if this
233 // Note: m_done_count cannot use an atomic without the mutex; this has a race between the
287 m_complete.wait(lck, [this]{ return m_done_count == m_task_count; });
293 * This can be called from multi-threaded code. The first thread to hit this will process the
294 * work pool termination. Caller must have called @c wait() prior to calling this function to