HomeSort by relevance Sort by last modified time
    Searched full:wait_event_interruptible (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/linux/
wait.h 245 * wait_event_interruptible - sleep until a condition gets true
259 #define wait_event_interruptible(wq, condition) \ macro
  /external/oprofile/module/
oprofile.c 99 * us and the code for wait_event_interruptible()) disable interrupts so it's
325 wait_event_interruptible(oprof_wait, is_ready());

Completed in 144 milliseconds