Searched refs:test_t (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
H A D | s-c1.c | 112 } test_t; typedef 124 test_t sems; in main() 157 sems_tmp = (test_t *) malloc(sizeof(test_t)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | s-c.c | 105 } test_t; typedef 249 test_t *dt = (test_t *) arg; in waiter() 307 test_t td; in do_threads_test()
|
/third_party/python/Lib/test/ |
H A D | test_http_cookiejar.py | 99 test_t = 760233600 # assume broken POSIX counting of seconds 100 result = time2isoz(test_t) 103 "%s => '%s' (%s)" % (test_t, result, expected)) 106 self.assertEqual(http2time(s), test_t, s) 107 self.assertEqual(http2time(s.lower()), test_t, s.lower()) 108 self.assertEqual(http2time(s.upper()), test_t, s.upper()) 171 test_t = 760233600 # assume broken POSIX counting of seconds 173 self.assertEqual(iso2time(s), test_t, s) 174 self.assertEqual(iso2time(s.lower()), test_t, s.lower()) 175 self.assertEqual(iso2time(s.upper()), test_t, [all...] |
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
H A D | s-c1.c | 111 } test_t; typedef 124 test_t sems; in main() 157 sems_tmp = malloc(sizeof(test_t)); in main()
|
Completed in 4 milliseconds