Lines Matching refs:new_thread
4929 struct binder_proc *proc, struct binder_thread *new_thread)
4946 if (!new_thread)
4948 thread = new_thread;
4963 INIT_LIST_HEAD(&new_thread->waiting_thread_node);
4970 struct binder_thread *new_thread;
4976 new_thread = kzalloc(sizeof(*thread), GFP_KERNEL);
4977 if (new_thread == NULL)
4980 thread = binder_get_thread_ilocked(proc, new_thread);
4982 if (thread != new_thread)
4983 kfree(new_thread);