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

Function bthread_id_list_reset_bthreadsafe

src/bthread/id.cpp:684–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682}
683
684int bthread_id_list_reset_bthreadsafe(bthread_id_list_t* list, int error_code,
685 bthread_mutex_t* mutex) {
686 return bthread_id_list_reset2_bthreadsafe(
687 list, error_code, std::string(), mutex);
688}
689
690} // extern "C"
691

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected