Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ TEST_F
Function
TEST_F
test/bthread_execution_queue_unittest.cpp:84–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
TEST_F(ExecutionQueueTest, single_thread) {
85
for (int i = 0; i < 2; ++i) {
86
test_single_thread(i);
87
}
88
}
89
90
class RValue {
91
public:
Callers
nothing calls this directly
Calls
14
test_single_thread
Function · 0.85
test_rvalue
Function · 0.85
test_performance
Function · 0.85
test_execute_urgent
Function · 0.85
test_urgent_task_is_the_last_task
Function · 0.85
test_multi_threaded_order
Function · 0.85
test_in_place_task
Function · 0.85
test_should_start_new_thread_on_more_tasks
Function · 0.85
test_inplace_and_order
Function · 0.85
test_cancel
Function · 0.85
test_cancel_self
Function · 0.85
test_random_cancel
Function · 0.85
Tested by
no test coverage detected