Searched refs:SelectInProgress (Results 1 – 1 of 1) sorted by relevance
1420 static _i16 _SlDrvUnRegisterForSelectAsync(_SlSelectEntry_t* pEntry, _u8 SelectInProgress) in _SlDrvUnRegisterForSelectAsync() argument1447 …(_SlSelectEntry_t* pEntry, _SlSelectMsg_u* pMsg, struct SlTimeval_t *timeout, _u8 SelectInProgress) in _SlDrvRegisterForSelectAsync() argument1472 if((!SelectInProgress) || (g_pCB->MultiSelectCB.ActiveSelect == FALSE)) in _SlDrvRegisterForSelectAsync()1532 _u8 SelectInProgress = FALSE; in sl_Select() local1600 SelectInProgress = TRUE; in sl_Select()1603 if(!SelectInProgress) in sl_Select()1660 SelectInProgress = FALSE; in sl_Select()1672 ret = _SlDrvRegisterForSelectAsync(&SelectParams, &Msg, timeout, SelectInProgress); in sl_Select()1676 return (_SlDrvUnRegisterForSelectAsync(&SelectParams, SelectInProgress)); in sl_Select()