You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
167 B

Check that a child of a main thread can run to completion even if the
main thread terminates immediately, and the child allocates memory and
forks additional threads.