Searched refs:test_stack (Results 1 – 2 of 2) sorted by relevance
176 static int test_stack(pthread_attr_t * ta, size_t newsize) in test_stack() function409 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()
377 def test_stack(self): member in TestInterpreterStack