| 57 | }; |
| 58 | |
| 59 | TEST_F(BthreadTest, sizeof_task_meta) { |
| 60 | LOG(INFO) << "sizeof(TaskMeta)=" << sizeof(bthread::TaskMeta); |
| 61 | } |
| 62 | |
| 63 | void* unrelated_pthread(void*) { |
| 64 | LOG(INFO) << "I did not call any bthread function, " |
nothing calls this directly
no test coverage detected