Searched defs:SoftBusLooperContext (Results 1 – 2 of 2) sorted by relevance
41 struct SoftBusLooperContext { struct42 ListNode msgHead;43 char name[LOOP_NAME_LEN];44 volatile unsigned char stop; // destroys looper, stop =1, and running =045 volatile unsigned char running;46 SoftBusMessage *currentMsg;47 unsigned int msgSize;48 SoftBusMutex lock;49 SoftBusMutexAttr attr;50 SoftBusCond cond;[all …]
28 typedef struct SoftBusLooperContext SoftBusLooperContext; typedef