Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_control.c88 if (usleep(NSTACKX_CONTROL_INTERVAL) != 0) { in DFileSenderControlHandle()
97 if (usleep(NSTACKX_CONTROL_INTERVAL) != 0) { in DFileReceiverControlHandle()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h65 #define NSTACKX_CONTROL_INTERVAL 200000 macro