Home | History | Annotate | Download | only in threading

Lines Matching defs:Delegate

124   class BASE_EXPORT Delegate {
129 virtual ~Delegate() {}
161 // and |delegate|'s ThreadMain method will be executed on the newly created
165 // the Delegate object outlives the thread.
167 Delegate* delegate,
169 return CreateWithPriority(stack_size, delegate, thread_handle,
175 static bool CreateWithPriority(size_t stack_size, Delegate* delegate,
182 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate);
187 Delegate* delegate,