Searched refs:sleepSec (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_m/testsuites/unittest/xts/time/ |
H A D | clock_time_test.c | 90 int sleepSec = 1; /* 1, common data for test, no special meaning */ variable 96 sleep(sleepSec); variable 102 ICUNIT_ASSERT_EQUAL(ret, sleepSec, ret); 103 ICUNIT_ASSERT_WITHIN_EQUAL(ret, sleepSec, INT_MAX, ret); 105 ICUNIT_ASSERT_WITHIN_EQUAL(ret, INT_MIN, sleepSec + 1, ret); /* 1, common data for test, no special meaning */ 118 int sleepSec = 2; /* 2, common data for test, no special meaning */ variable 125 sleep(sleepSec); variable 133 ICUNIT_ASSERT_EQUAL(ret, sleepSec, ret); 134 ICUNIT_ASSERT_WITHIN_EQUAL(ret, sleepSec, INT_MAX, ret); 136 ICUNIT_ASSERT_WITHIN_EQUAL(ret, INT_MIN, sleepSec [all...] |
/kernel/liteos_m/testsuites/unittest/fuzz/src/socket/ |
H A D | net_fuzz.c | 107 const int sleepSec = 5; in SampleUdpClient() local 127 usleep(sleepSec); in SampleUdpClient()
|
Completed in 2 milliseconds