Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ set_bypass_threadpool
Function
set_bypass_threadpool
thread/thread-pool.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void set_bypass_threadpool(bool flag) {
30
__bypass_threadpool = true;
31
}
32
33
TPControl* ThreadPoolBase::thread_create_ex(thread_entry start, void* arg, bool joinable)
34
{
Callers
1
__photon_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected