Home
last modified time | relevance | path

Searched refs:EPOLL_CPU_PAUSE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h195 #define EPOLL_CPU_PAUSE() (void)FILLP_USLEEP(FILLP_CPU_PAUSE_TIME) macro
197 #define EPOLL_CPU_PAUSE() FILLP_SLEEP_MS(1) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c364 EPOLL_CPU_PAUSE(); in EpPoll()