Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ min
Function
min
thread/thread.cpp:92–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
namespace photon
91
{
92
inline uint64_t min(uint64_t a, uint64_t b) { return (a<b) ? a : b; }
93
class NullEventEngine : public MasterEventEngine {
94
public:
95
std::mutex _mutex;
Callers
15
do_http_call
Function · 0.85
delete_objects
Method · 0.85
skip_bytes
Method · 0.85
batch_get_objects
Method · 0.85
evict
Method · 0.85
skip_read
Method · 0.85
call
Method · 0.85
read
Method · 0.85
read_from_line_buf
Method · 0.85
read_from_stream
Method · 0.85
write
Method · 0.85
writev
Method · 0.85
Calls
no outgoing calls
Tested by
5
chunked_handler_pt
Function · 0.68
chunked_handler_pt
Function · 0.68
test_queue_batch
Function · 0.68
stream_writer
Function · 0.68
do_read_append
Function · 0.68