Home
last modified time | relevance | path

Searched refs:SLEEP_TIME (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dalarm.c21 #define SLEEP_TIME 6 macro
36 unsigned int result = alarm(SLEEP_TIME); in alarm_0100()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dwait3.c25 const int SLEEP_TIME = 2; variable
84 sleep(SLEEP_TIME); in main()
Dwait4.c25 const int SLEEP_TIME = 2; variable
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DCipherClient.java19 import static com.mindspore.flclient.FLParameter.SLEEP_TIME;
464 Common.sleep(SLEEP_TIME); in requestExchangeKeys()
521 Common.sleep(SLEEP_TIME); in getExchangeKeys()
614 Common.sleep(SLEEP_TIME); in requestShareSecrets()
641 Common.sleep(SLEEP_TIME); in requestShareSecrets()
699 Common.sleep(SLEEP_TIME); in getShareSecrets()
772 Common.sleep(SLEEP_TIME); in exchangeKeys()
782 Common.sleep(SLEEP_TIME); in exchangeKeys()
800 Common.sleep(SLEEP_TIME); in shareSecrets()
810 Common.sleep(SLEEP_TIME); in shareSecrets()
[all …]
DFLLiteClient.java19 import static com.mindspore.flclient.FLParameter.SLEEP_TIME;
244 Common.sleep(SLEEP_TIME); in startFLJob()
358 Common.sleep(SLEEP_TIME); in updateModel()
DFLParameter.java41 public static final int SLEEP_TIME = 1000; field in FLParameter
DSyncFLJob.java19 import static com.mindspore.flclient.FLParameter.SLEEP_TIME;
372 Common.sleep(SLEEP_TIME); in waitSomeTime()
/third_party/musl/libc-test/src/functionalext/supplement/network/
D__recvmmsg_time64.c28 const int SLEEP_TIME = 2; variable
129 sleep(SLEEP_TIME); in main()
Drecvmmsg.c26 const int SLEEP_TIME = 2; variable
127 sleep(SLEEP_TIME); in main()
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/
DReconstructSecretReq.java19 import static com.mindspore.flclient.FLParameter.SLEEP_TIME;
118 Common.sleep(SLEEP_TIME); in sendReconstructSecret()
DClientListReq.java20 import static com.mindspore.flclient.FLParameter.SLEEP_TIME;
103 Common.sleep(SLEEP_TIME); in getClientList()
/third_party/ltp/testcases/kernel/syscalls/kill/
Dkill02.c149 #define SLEEP_TIME 10 /*Amount of time the children get to catch the signal */ macro
361 (void)sleep(SLEEP_TIME); in parent_rout()