Searched refs:wakeup (Results 1 - 18 of 18) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/bin/
H A Dwakeup-latency-report2 # description: system-wide min/max/avg wakeup latency
3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dlinux_perf_importer.js435 var wakeup = this.wakeups_[i];
436 var thread = this.threadsByLinuxPid[wakeup.tid];
440 thread.tempWakeups.push(wakeup);
472 var wakeup = wakeups.shift();
473 var wakeupDuration = slice.start - wakeup.ts;
474 var args = {'wakeup from tid': wakeup.fromTid};
476 '', 'Runnable', runnableId, wakeup.ts, args, wakeupDuration));
483 var wakeup = undefined;
490 if (wakeup
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DWaitingThread.java42 * waiting thread experiences a spurious wakeup and continues to wait.
126 * if a timeout occurrs, or if there is a spurious wakeup.
134 * Typically, a call to {@link #wakeup} is used to indicate
140 * @see #wakeup
182 public void wakeup() { method in class:WaitingThread
H A DConnPoolByRoute.java355 // check for spurious wakeup vs. timeout
635 waitingThread.wakeup();
691 waiter.wakeup();
/external/bluetooth/bluedroid/udrv/ulinux/
H A Duipc.c436 int wakeup = 0; local
449 wakeup = 1;
458 wakeup = 1;
466 if (wakeup)
516 /* clear any wakeup interrupt */
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_bsd_addr.c99 * then the implementation of wakeup will need to change.
102 * like wakeup(&sctppcbinfo.iterator_running);
116 wakeup(&sctp_it_ctl.iterator_running);
165 wakeup(&sctp_it_ctl.iterator_flags);
H A Dsctp_os_userspace.h992 /* wakeup a socket */
993 #define SCTP_SOWAKEUP(so) wakeup(&(so)->so_timeo, so)
1003 /* Future zero copy wakeup/send function */
H A Dsctp_pcb.c6480 wakeup(&wkq->running);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c342 wakeup("dummy",so);
344 /* wakeup(&so->so_timeo); */
354 * Associating wakeup with so_timeo identifier and timeo_cond
356 * modify wakeup so it can distinguish between iterator identifier and
360 wakeup(ident, so) function
427 wakeup(&so->so_timeo, so);
1495 * while testing for the need for various sorts of wakeup and hold it through
1511 wakeup(&sb->sb_cc);
H A Duser_socketvar.h122 * (g) used only as a sleep/wakeup address, no value.
154 userland_cond_t timeo_cond; /* timeo_cond condition variable being used in wakeup */
483 * avoid a non-atomic test-and-wakeup. However, sowakeup is
780 extern void wakeup(void *ident, struct socket *so); /*__Userspace__ */
806 * avoid a non-atomic test-and-wakeup. However, sowakeup is
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dperf_event.h522 unsigned long wakeup; member in struct:perf_output_handle
/external/qemu/include/hw/
H A Dbt.h123 CharDriverState *uart_hci_init(qemu_irq wakeup);
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 342 milliseconds