OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:event_loop
(Results
1 - 12
of
12
) sorted by null
/external/bluetooth/bluez/tracer/
main.c
43
static GMainLoop *
event_loop
;
variable
47
g_main_loop_quit(
event_loop
);
139
event_loop
= g_main_loop_new(NULL, FALSE);
143
g_main_loop_run(
event_loop
);
145
g_main_loop_unref(
event_loop
);
/external/bluetooth/bluez/attrib/
gatttool.c
64
static GMainLoop *
event_loop
;
variable
127
g_main_loop_quit(
event_loop
);
155
g_main_loop_quit(
event_loop
);
176
g_main_loop_quit(
event_loop
);
212
g_main_loop_quit(
event_loop
);
247
g_main_loop_quit(
event_loop
);
288
g_main_loop_quit(
event_loop
);
311
g_main_loop_quit(
event_loop
);
325
g_main_loop_quit(
event_loop
);
355
g_main_loop_quit(
event_loop
);
[
all
...]
interactive.c
42
static GMainLoop *
event_loop
;
variable
327
g_main_loop_quit(
event_loop
);
814
event_loop
= g_main_loop_new(NULL, FALSE);
823
g_main_loop_run(
event_loop
);
828
g_main_loop_unref(
event_loop
);
/external/bluetooth/bluez/src/
main.c
261
static GMainLoop *
event_loop
;
variable
265
g_main_loop_quit(
event_loop
);
284
g_main_loop_quit(
event_loop
);
488
event_loop
= g_main_loop_new(NULL, FALSE);
499
g_main_loop_run(
event_loop
);
514
g_main_loop_unref(
event_loop
);
/external/chromium/third_party/libevent/
event.3
35
.Nm
event_loop
,
95
.Fn "
event_loop
" "int flags"
411
.Nm
event_loop
422
.Fn
event_loop
426
.Fn
event_loop
431
.Fn
event_loop
436
.Fn
event_loop
event.h
362
event_loop
() flags
379
int
event_loop
(int);
397
The next
event_loop
() iteration after the given timer expires will
401
Subsequent invocations of
event_loop
() will proceed normally.
405
@see
event_loop
(), event_base_loop(), event_base_loopexit()
427
Abort the active
event_loop
() immediately.
429
event_loop
() will abort the loop after the next event is completed;
433
Subsequent invocations of
event_loop
() will proceed normally.
447
Subsequent invocations of
event_loop
() will proceed normally.
[
all
...]
ChangeLog
123
o update documentation of
event_loop
and event_base_loop; from Tani Hosokawa.
134
o Make kqueue have the same behavior as other backends when a signal is caught between event_add() and
event_loop
(). Previously, it would catch and ignore such signals.
event.c
399
return (
event_loop
(0));
459
event_loop
(int flags)
function
/external/chromium/third_party/libevent/test/
bench.c
95
event_loop
(EVLOOP_ONCE | EVLOOP_NONBLOCK);
108
event_loop
(EVLOOP_ONCE | EVLOOP_NONBLOCK);
regress.c
662
event_loop
(EVLOOP_NONBLOCK);
1298
event_loop
(EVLOOP_ONCE);
1301
event_loop
(EVLOOP_ONCE);
[
all
...]
/external/bluetooth/bluez/test/
hciemu.c
115
static GMainLoop *
event_loop
;
variable
132
g_main_loop_quit(
event_loop
);
976
g_main_loop_quit(
event_loop
);
1301
event_loop
= g_main_loop_new(NULL, FALSE);
1337
g_main_loop_run(
event_loop
);
/system/core/charger/
charger.c
897
static void
event_loop
(struct charger *charger)
function
904
LOGV("[%lld]
event_loop
()\n", now);
976
event_loop
(charger);
Completed in 273 milliseconds