OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wakeup
(Results
51 - 75
of
387
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sem_post.c
54
* This function posts a
wakeup
to a semaphore.
61
* This function posts a
wakeup
to a semaphore. If there
/external/chromium_org/third_party/libjingle/source/talk/base/
natsocketfactory.h
161
virtual void
WakeUp
() {
162
server_->
WakeUp
();
messagequeue.cc
159
ss_->
WakeUp
();
303
ss_->
WakeUp
();
327
ss_->
WakeUp
();
httprequest.cc
59
ss_->
WakeUp
();
physicalsocketserver.h
92
virtual void
WakeUp
();
/external/chromium_org/v8/src/platform/
condition-variable.h
47
// - a spurious
wakeup
occurs
66
// notified or a spurious
wakeup
occurs. Atomically releases the mutex, blocks
semaphore.cc
124
// Signal caused spurious
wakeup
.
151
// Signal caused spurious
wakeup
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h
73
size_t avail_min; /* min avail for
wakeup
*/
74
size_t avail; /* max used buffer for
wakeup
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
rawmidi.h
73
size_t avail_min; /* min avail for
wakeup
*/
74
size_t avail; /* max used buffer for
wakeup
*/
/external/bluetooth/bluedroid/udrv/ulinux/
uipc.c
463
int
wakeup
= 0;
local
476
wakeup
= 1;
485
wakeup
= 1;
493
if (
wakeup
)
540
/* clear any
wakeup
interrupt */
/external/chromium/third_party/libjingle/source/talk/base/
messagequeue.cc
144
ss_->
WakeUp
();
279
ss_->
WakeUp
();
303
ss_->
WakeUp
();
httprequest.cc
59
ss_->
WakeUp
();
physicalsocketserver.h
89
virtual void
WakeUp
();
win32socketserver.h
117
virtual void
WakeUp
();
/external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c
[
all
...]
/developers/build/prebuilts/gradle/RepeatingAlarm/RepeatingAlarmSample/src/main/java/com/example/android/repeatingalarm/
RepeatingAlarmFragment.java
74
// Both types have a
WAKEUP
version, which says to wake up the device if the screen is
/developers/samples/android/background/alarms/RepeatingAlarm/RepeatingAlarmSample/src/main/java/com/example/android/repeatingalarm/
RepeatingAlarmFragment.java
74
// Both types have a
WAKEUP
version, which says to wake up the device if the screen is
/development/samples/browseable/repeatingAlarm/src/com.example.android.repeatingalarm/
RepeatingAlarmFragment.java
74
// Both types have a
WAKEUP
version, which says to wake up the device if the screen is
/external/chromium_org/base/message_loop/
message_pump_glib.h
83
// We use a
wakeup
pipe to make sure we'll get out of the glib polling phase
/external/chromium_org/chrome/browser/resources/backloader/scripts/
background.js
32
// Periodic
wakeup
delay.
/external/chromium_org/net/websockets/
websocket_job.h
119
void
Wakeup
();
websocket_throttle.cc
140
job->
Wakeup
();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_fence.c
100
/*
Wakeup
all threads waiting on the mutex:
/external/kernel-headers/original/asm-arm/arch/
board.h
89
/* implicitly true if otg: host supports remote
wakeup
? */
/external/linux-tools-perf/scripts/perl/
wakeup-latency.pl
5
# Display avg/min/max
wakeup
latency
Completed in 639 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>