Searched refs:preempt (Results 1 – 1 of 1) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/drivers/rf/ |
| D | RFCC26X2_multiMode.c | 462 …F_Stat RF_abortCmd(RF_Handle h, RF_CmdHandle ch, bool graceful, bool flush, bool preempt); 3802 static RF_Stat RF_abortCmd(RF_Handle h, RF_CmdHandle ch, bool graceful, bool flush, bool preempt) in RF_abortCmd() argument 3860 if (preempt) in RF_abortCmd() 3875 RF_discardPendCmd(h, (RF_Cmd*)List_head(&RF_cmdQ.pPend), flush, preempt); in RF_abortCmd() 3886 if (RF_discardPendCmd(h, pCmd, flush, preempt)) in RF_abortCmd() 5156 bool preempt = (bool)(mode & RF_ABORT_PREEMPTION); in RF_cancelCmd() local 5159 return(RF_abortCmd(h, ch, graceful, flush, preempt)); in RF_cancelCmd() 5174 bool preempt = (bool)(mode & RF_ABORT_PREEMPTION); in RF_flushCmd() local 5177 return(RF_abortCmd(h, ch, graceful, flush, preempt)); in RF_flushCmd()
|