| 581 | } |
| 582 | |
| 583 | static void* lid_worker(void* arg) { |
| 584 | lid_worker_impl(*static_cast<bthread_key_t*>(arg)); |
| 585 | return NULL; |
| 586 | } |
| 587 | |
| 588 | TEST(KeyTest, use_bthread_mutex_in_dtor) { |
| 589 | bthread_key_t key; |
nothing calls this directly
no test coverage detected