|
T-Box Basic dev
|
通知和状态事件队列 More...
#include <ril_event_queue.h>
Data Fields | |
| pthread_mutex_t | mutex |
| 保护全部队列状态的互斥锁 | |
| ril_notification_node_t * | notification_head |
| 业务通知队首 | |
| ril_notification_node_t * | notification_tail |
| 业务通知队尾 | |
| ril_state_event_t | states [RIL_STATE_QUEUE_CAPACITY] |
| 固定容量的状态事件存储 | |
| size_t | notification_count |
| 当前业务通知数量 | |
| size_t | state_head |
| 状态事件队首索引 | |
| size_t | state_count |
| 当前状态事件数量 | |
| ril_queue_class_t | next_queue |
| 公平出队时优先选择的队列 | |
| ril_event_queue_stats_t | stats |
| 事件丢弃统计 | |
| bool | initialized |
| 队列是否已初始化 | |
通知和状态事件队列