Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-2.c176 static int test_stack(pthread_attr_t * ta, size_t newsize) in test_stack() function
409 do_stack_tests = (test_stack(NULL, 0) == 0 ? 1 : 0); in main()
437 test_stack(&scenarii[sc].ta, in main()
493 test_stack(&scenarii[sc].ta, in main()
/third_party/python/Lib/test/
Dtest_inspect.py377 def test_stack(self): member in TestInterpreterStack