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

Function bthread_id_create2

src/bthread/id.cpp:692–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690} // extern "C"
691
692int bthread_id_create2(
693 bthread_id_t* id, void* data,
694 int (*on_error)(bthread_id_t, void*, int, const std::string&)) {
695 return bthread::id_create_impl(
696 id, data, NULL,
697 (on_error ? on_error : bthread::default_bthread_id_on_error2));
698}
699
700int bthread_id_create2_ranged(
701 bthread_id_t* id, void* data,

Callers 4

TEST_FFunction · 0.85
ShutdownWriterFunction · 0.85
TESTFunction · 0.85
call_idMethod · 0.85

Calls 1

id_create_implFunction · 0.85

Tested by 3

TEST_FFunction · 0.68
ShutdownWriterFunction · 0.68
TESTFunction · 0.68