Home
last modified time | relevance | path

Searched refs:busy_bitmap (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4/include/nitro/wfs/
Dserver.h83 int busy_bitmap; /* Accessing */ member
227 return context->busy_bitmap; in WFS_GetServerBusyBitmap()
/TwlSDK-5.4/build/demos/mb/multiboot-wfs/parent/src/
Dparent.c253 const int busy_bitmap = WFS_GetBusyBitmap(); in ModeParent() local
259 if ((bit & busy_bitmap) != 0) in ModeParent()
/TwlSDK-5.4/build/demos/wm/wireless-all/src/
Dtest.c284 const int busy_bitmap = WFS_GetBusyBitmap(); in DrawFrame() local
290 if ((bit & busy_bitmap) != 0) in DrawFrame()
/TwlSDK-5.4/build/libraries/wfs/common/src/
Dwfs_server.c169 work->busy_bitmap |= (1 << aid); in WFSi_WBTCallback()
295 context->busy_bitmap &= context->all_bitmap; in WFS_CallServerPacketSendHook()
386 context->busy_bitmap &= ~bitmap; in WFS_CallServerPacketSendHook()
454 context->busy_bitmap = 0; in WFS_InitServer()