Searched refs:OsclPending (Results 1 – 5 of 5) sorted by relevance
84 if ((status == OsclSuccess) || (status == OsclPending)) in Run()146 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()229 if ((status == OsclSuccess) || (status == OsclPending)) in Run()290 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()371 if ((status == OsclSuccess) || (status == OsclPending)) in Run()434 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()
84 if ((status == OsclSuccess) || (status == OsclPending)) in Run()145 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()228 if ((status == OsclSuccess) || (status == OsclPending)) in Run()288 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()369 if ((status == OsclSuccess) || (status == OsclPending)) in Run()432 stat = OsclPending; // let the Run know that the last event was pulled out of the queue in DeQueue()
60 if((status == OsclSuccess) || (status == OsclPending)) in Run()92 status = OsclPending; in Dequeue()
64 if((status == OsclSuccess) || (status == OsclPending)) in Run()96 status = OsclPending; in Dequeue()
75 #define OsclPending 1 macro