| 502 | } |
| 503 | |
| 504 | static void* run_launch_many_bthreads(void*) { |
| 505 | launch_many_bthreads(); |
| 506 | return NULL; |
| 507 | } |
| 508 | |
| 509 | TEST(CondTest, too_many_bthreads_from_bthread) { |
| 510 | bthread_setconcurrency(16); |
nothing calls this directly
no test coverage detected