Home
last modified time | relevance | path

Searched defs:SoftBusLooperContext (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c41 struct SoftBusLooperContext { struct
42 ListNode msgHead;
43 char name[LOOP_NAME_LEN];
44 volatile unsigned char stop; // destroys looper, stop =1, and running =0
45 volatile unsigned char running;
46 SoftBusMessage *currentMsg;
47 unsigned int msgSize;
48 SoftBusMutex lock;
49 SoftBusMutexAttr attr;
50 SoftBusCond cond;
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h28 typedef struct SoftBusLooperContext SoftBusLooperContext; typedef