Searched refs:PreemptionFlag (Results 1 – 7 of 7) sorted by relevance
30 class PreemptionFlag31 : public base::RefCountedThreadSafe<PreemptionFlag> {33 PreemptionFlag() : flag_(0) {} in PreemptionFlag() function42 ~PreemptionFlag() {} in ~PreemptionFlag()44 friend class base::RefCountedThreadSafe<PreemptionFlag>;63 void SetPreemptByFlag(scoped_refptr<PreemptionFlag> flag) { in NON_EXPORTED_BASE()156 scoped_refptr<PreemptionFlag> preemption_flag_; in NON_EXPORTED_BASE()
36 class PreemptionFlag; variable129 gpu::PreemptionFlag* GetPreemptionFlag();137 scoped_refptr<gpu::PreemptionFlag> preemption_flag);187 scoped_refptr<gpu::PreemptionFlag> preempting_flag_;191 scoped_refptr<gpu::PreemptionFlag> preempted_flag_;
34 class PreemptionFlag; variable134 scoped_refptr<gpu::PreemptionFlag> preemption_flag);
153 gpu::PreemptionFlag* preempting_flag, in SetPreemptingFlagAndSchedulingState()382 scoped_refptr<gpu::PreemptionFlag> preempting_flag_;622 gpu::PreemptionFlag* GpuChannel::GetPreemptionFlag() { in GetPreemptionFlag()624 preempting_flag_ = new gpu::PreemptionFlag; in GetPreemptionFlag()634 scoped_refptr<gpu::PreemptionFlag> preempted_flag) { in SetPreemptByFlag()
139 void SetPreemptByFlag(scoped_refptr<gpu::PreemptionFlag> flag);270 scoped_refptr<gpu::PreemptionFlag> preemption_flag_;
152 scoped_refptr<gpu::PreemptionFlag> preemption_flag) { in SetPreemptByFlag()
1036 scoped_refptr<gpu::PreemptionFlag> flag) { in SetPreemptByFlag()