OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:socket_cleanup
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
qemu-sockets-android.c
626
static void
socket_cleanup
(void)
function
644
atexit(
socket_cleanup
);
qemu-sockets.c
696
static void
socket_cleanup
(void)
function
714
atexit(
socket_cleanup
);
sockets.c
1194
static void
socket_cleanup
(void)
function
1209
atexit(
socket_cleanup
);
[
all
...]
vl.c
410
static void
socket_cleanup
(void)
function
426
atexit(
socket_cleanup
);
[
all
...]
/development/tools/emulator/opengl/tests/event_injector/
sockets.c
1199
static void
socket_cleanup
(void)
function
1214
atexit(
socket_cleanup
);
[
all
...]
Completed in 216 milliseconds