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

Function bthread_attr_init

src/bthread/bthread.cpp:412–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412int bthread_attr_init(bthread_attr_t* a) {
413 *a = BTHREAD_ATTR_NORMAL;
414 return 0;
415}
416
417int bthread_attr_destroy(bthread_attr_t*) {
418 return 0;

Callers 2

TESTFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TEST_FFunction · 0.68