Home
last modified time | relevance | path

Searched refs:FILLP_USLEEP (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h182 #define SOCK_SEND_CPU_PAUSE() (void)FILLP_USLEEP(FILLP_CPU_PAUSE_TIME)
195 #define EPOLL_CPU_PAUSE() (void)FILLP_USLEEP(FILLP_CPU_PAUSE_TIME)
H A Dfillp_function.h67 #define FILLP_USLEEP (g_fillpOsBasicLibFun.sysUsleep) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c242 FILLP_USLEEP(1); in SpungeAllocFtSock()