Searched refs:process_todo (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/android/
H A Dbinder_internal.h456 * @process_todo: whether work in @todo should be processed
485 bool process_todo; member in struct:binder_thread
H A Dbinder.c451 * Adds the work to the todo list of the thread. Doesn't set the process_todo
488 thread->pid == current->pid && !thread->process_todo)
491 thread->process_todo = true;
553 return thread->process_todo ||
4465 thread->process_todo = false;

Completed in 356 milliseconds