Searched refs:E_AND_CLEAR (Results 1 – 10 of 10) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 1883 bClear= ((E_AND_CLEAR== eWaitMode) || (E_OR_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent() 1884 bAnd= ((E_AND== eWaitMode)|| (E_AND_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent() 1998 bClear= ((E_AND_CLEAR== eWaitMode) || (E_OR_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent_Interrupt() 1999 bAnd= ((E_AND== eWaitMode)|| (E_AND_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent_Interrupt()
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | MsOS.h | 293 …E_AND_CLEAR, ///< Specify all of the requested events are require. If the request a… enumerator 408 …E_AND_CLEAR, ///< Specify all of the requested events are require. If the request a…
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | MsOS.h | 324 …E_AND_CLEAR, ///< Specify all of the requested events are require. If the request a… enumerator 499 …E_AND_CLEAR, ///< Specify all of the requested events are require. If the request a…
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | MsOS_nuttx.c | 1395 bClear= ((E_AND_CLEAR== eWaitMode) || (E_OR_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent() 1396 bAnd= ((E_AND== eWaitMode)|| (E_AND_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvTransport.c | 231 err= MsOS_WaitEvent(g_USBWaitFlg, USB_STOR_BLK_COMPLETE, &RtnPattern, E_AND_CLEAR, 10000); in usb_Stor_wait_for_completion() 610 MsOS_WaitEvent(g_USBWaitFlg, USB_STOR_BLK_ASYNC, &RtnPattern, E_AND_CLEAR, MSOS_WAIT_FOREVER); in usb_stor_async_wait_completion()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | MsOS_ucos.c | 2038 bClear= ((E_AND_CLEAR== eWaitMode) || (E_OR_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent() 2039 bAnd= ((E_AND== eWaitMode)|| (E_AND_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent() 2106 case E_AND_CLEAR: in MsOS_WaitEvent()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 1648 bClear= ((E_AND_CLEAR== eWaitMode) || (E_OR_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent() 1649 bAnd= ((E_AND== eWaitMode)|| (E_AND_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 2319 bClear= ((E_AND_CLEAR== eWaitMode) || (E_OR_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent() 2320 bAnd= ((E_AND== eWaitMode)|| (E_AND_CLEAR== eWaitMode))? TRUE: FALSE; in MsOS_WaitEvent()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | MsOS_ecos.c | 1902 case E_AND_CLEAR: in MsOS_WaitEvent()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 80868 E_AND_CLEAR, 81043 E_AND_CLEAR,
|