Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ wait_cond_thread
Function
wait_cond_thread
test/bthread_cond_unittest.cpp:463–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
461
}
462
463
void* wait_cond_thread(void* arg) {
464
BthreadCond* c = (BthreadCond*)arg;
465
started_wait = true;
466
c->Wait();
467
ended_wait = true;
468
return NULL;
469
}
470
471
static void launch_many_bthreads() {
472
g_stop = false;
Callers
nothing calls this directly
Calls
1
Wait
Method · 0.45
Tested by
no test coverage detected