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

Function bthread_id_error_verbose

src/bthread/id.cpp:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457int bthread_id_error_verbose(bthread_id_t id, int error_code,
458 const char *location) {
459 return bthread_id_error2_verbose(id, error_code, std::string(), location);
460}
461
462int bthread_id_about_to_destroy(bthread_id_t id) {
463 bthread::Id* const meta = address_resource(bthread::get_slot(id));

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected