Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
412
int bthread_attr_init(bthread_attr_t* a) {
413
*a = BTHREAD_ATTR_NORMAL;
414
return 0;
415
}
416
417
int bthread_attr_destroy(bthread_attr_t*) {
418
return 0;
Callers
2
TEST
Function · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.68
TEST_F
Function · 0.68