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

Function borrow_thread

test/bthread_key_unittest.cpp:528–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528static void* borrow_thread(void*) {
529 borrow_thread_impl();
530 return NULL;
531}
532
533TEST(KeyTest, borrow_and_return_keytable_when_using_pool) {
534 ASSERT_EQ(0, bthread_keytable_pool_init(&test_pool));

Callers

nothing calls this directly

Calls 1

borrow_thread_implFunction · 0.85

Tested by

no test coverage detected