OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readers_head
(Results
1 - 1
of
1
) sorted by null
/external/qemu/android/
async-socket.c
372
AsyncSocketIO*
readers_head
;
member in struct:AsyncSocket
437
return _async_socket_pull_first_io(as, &as->
readers_head
, &as->readers_tail);
526
_async_socket_advance_io(as, &as->
readers_head
, &as->readers_tail);
579
_async_socket_remove_io(as, &as->
readers_head
, &as->readers_tail, asio);
636
while (as->
readers_head
!= NULL) {
798
AsyncSocketIO* const asr = as->
readers_head
;
821
if (as->
readers_head
!= NULL) {
859
if (as->
readers_head
!= NULL) {
881
if (as->
readers_head
!= NULL) {
[
all
...]
Completed in 53 milliseconds