Data Fields | |
| ListNode | node |
| _XAsyncHandler | async |
| Display * | display |
| ListNode * | pending_tasks |
| ListNode * | pending_tasks_tail |
| ListNode * | completed_tasks |
| ListNode * | completed_tasks_tail |
| int | n_tasks_pending |
| int | n_tasks_completed |
Definition at line 76 of file async-getprop.c.
Definition at line 78 of file async-getprop.c.
Referenced by get_display_data(), and maybe_free_display_data().
| _XAsyncHandler _AgPerDisplayData::async |
Definition at line 79 of file async-getprop.c.
Referenced by get_display_data(), and maybe_free_display_data().
| Display* _AgPerDisplayData::display |
Definition at line 81 of file async-getprop.c.
Referenced by ag_task_get_display(), ag_task_get_reply_and_free(), get_display_data(), and maybe_free_display_data().
Definition at line 82 of file async-getprop.c.
Referenced by ag_task_create(), find_pending_by_request_sequence(), maybe_free_display_data(), and move_to_completed().
Definition at line 83 of file async-getprop.c.
Referenced by ag_task_create(), find_pending_by_request_sequence(), and move_to_completed().
Definition at line 84 of file async-getprop.c.
Referenced by ag_get_next_completed_task(), free_task(), maybe_free_display_data(), and move_to_completed().
Definition at line 86 of file async-getprop.c.
Referenced by ag_get_next_completed_task(), ag_task_create(), and move_to_completed().
Definition at line 87 of file async-getprop.c.
Referenced by ag_get_next_completed_task(), free_task(), and move_to_completed().
1.5.5