MCPcopy Create free account
hub / github.com/apache/brpc / lid_worker

Function lid_worker

test/bthread_key_unittest.cpp:583–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583static void* lid_worker(void* arg) {
584 lid_worker_impl(*static_cast<bthread_key_t*>(arg));
585 return NULL;
586}
587
588TEST(KeyTest, use_bthread_mutex_in_dtor) {
589 bthread_key_t key;

Callers

nothing calls this directly

Calls 1

lid_worker_implFunction · 0.85

Tested by

no test coverage detected