Home
last modified time | relevance | path

Searched refs:wait_event_freezable_exclusive (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dwait.h557 #define wait_event_freezable_exclusive(wq, condition) \ macro
/linux-4.4.14/drivers/android/
Dbinder.c2205 ret = wait_event_freezable_exclusive(proc->wait, binder_has_proc_work(proc, thread)); in binder_thread_read()