| 337 | } |
| 338 | |
| 339 | void* set_before_anybth(void* args) { |
| 340 | set_before_anybth_impl((SBAData*)args); |
| 341 | return NULL; |
| 342 | } |
| 343 | |
| 344 | TEST(KeyTest, set_tls_before_creating_any_bthread) { |
| 345 | bthread_key_t key; |
nothing calls this directly
no test coverage detected