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

Function just_exit

test/bthread_unittest.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void* just_exit(void* arg) {
125 LOG(INFO) << "just_exit(" << arg << ")";
126 bthread_exit(NULL);
127 EXPECT_TRUE(false) << "just_exit(" << arg << ") should never be here";
128 return NULL;
129}
130
131void* repeated_sleep(void* arg) {
132 start = true;

Callers

nothing calls this directly

Calls 1

bthread_exitFunction · 0.85

Tested by

no test coverage detected