Home
last modified time | relevance | path

Searched refs:SOCK_SEND_CPU_PAUSE (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h180 #define SOCK_SEND_CPU_PAUSE() FILLP_SLEEP_MS(10) macro
182 #define SOCK_SEND_CPU_PAUSE() (void)FILLP_USLEEP(FILLP_CPU_PAUSE_TIME) macro
185 #define SOCK_SEND_CPU_PAUSE() FILLP_SLEEP_MS(1) macro
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c325 SOCK_SEND_CPU_PAUSE(); // To reduce cpu usage of send api in SockSendReqFpcbItemWithSem()
370 SOCK_SEND_CPU_PAUSE(); // To reduce cpu usage of send api in SockSendReqFpcbItemWithoutSem()
594 SOCK_SEND_CPU_PAUSE(); // To reduce cpu usage of send api in SockRecvReqFpcbItemWithSem()

Completed in 4 milliseconds