Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/clone/
Dclone04.c56 void *test_stack; in main() local
67 test_stack = NULL; in main()
73 test_stack = child_stack; in main()
77 CHILD_STACK_SIZE, test_stack)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-2.c183 int test_stack(pthread_attr_t * ta, size_t newsize) in test_stack() function
416 do_stack_tests = (test_stack(NULL, 0) == 0 ? 1 : 0); in main()
444 test_stack(&scenarii[sc].ta, in main()
500 test_stack(&scenarii[sc].ta, in main()
/external/python/cpython2/Lib/test/
Dtest_inspect.py162 def test_stack(self): member in TestInterpreterStack