Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-mallinfo.c36 static int test_main_thread(int use_mallinfo2) in test_main_thread() function
132 int result = test_and_report(test_main_thread, 0, "Testing mallinfo main thread"); in main()
133 result &= test_and_report(test_main_thread, 1, "Testing mallinfo2 main thread"); in main()
/third_party/python/Lib/test/
Dtest_threading.py584 def test_main_thread(self): member in ThreadTests