thread_create-inputs 283 B

1234567891011121314
  1. ## args: int:size_t:size_t
  2. ## init: thread_create_init
  3. ## includes: pthread.h
  4. ## include-sources: thread_create-source.c
  5. ## name: stack=1024,guard=1
  6. 32, 1024, 1
  7. ## name: stack=1024,guard=2
  8. 32, 1024, 2
  9. ## name: stack=2048,guard=1
  10. 32, 2048, 1
  11. ## name: stack=2048,guard=2
  12. 32, 2048, 2