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

Function usleep_thread

test/bthread_key_unittest.cpp:449–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449static void* usleep_thread(void* args) {
450 usleep_thread_impl((PoolData2*)args);
451 return NULL;
452}
453
454static void launch_many_bthreads(PoolData2* data) {
455 std::vector<bthread_t> tids;

Callers

nothing calls this directly

Calls 1

usleep_thread_implFunction · 0.85

Tested by

no test coverage detected