HomeSort by relevance Sort by last modified time
    Searched refs:wake_up (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver.cc 162 // Would prefer to run in a custom mode that only listens to wake_up,
357 EventRef wake_up; local
359 kEventAttributeUserEvent, &wake_up));
360 OSStatus result = PostEventToQueue(event_queue_, wake_up,
365 ReleaseEvent(wake_up);
  /external/chromium_org/third_party/webrtc/base/
macsocketserver.cc 171 // Would prefer to run in a custom mode that only listens to wake_up,
366 EventRef wake_up; local
368 kEventAttributeUserEvent, &wake_up));
369 OSStatus result = PostEventToQueue(event_queue_, wake_up,
374 ReleaseEvent(wake_up);
  /external/oprofile/module/
compat24.h 23 #define oprof_wake_up(w) wake_up(w)
compat22.h 40 /* the wake_up path doesn't disable interrupts for wait queue
48 wake_up(q);
oprofile.c 83 * Note that this requires all spinlocks taken by the full wake_up path
85 * taken from some non-wake_up() path and deadlock. Currently this means only
104 wake_up(&oprof_wait);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
sched-migration.py 142 def wake_up(self, new): member in class:RunqueueSnapshot
208 def wake_up(self, ts_list, pid, cpu, fork): member in class:TimeSlice
213 new_rq = old_rq.wake_up(pid)
353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): member in class:SchedEventProxy
357 ts.wake_up(self.timeslices, pid, target_cpu, fork)
434 parser.wake_up(headers, comm, pid, success, target_cpu, 1)
442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)

Completed in 121 milliseconds