MCPcopy 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

90namespace 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_callFunction · 0.85
delete_objectsMethod · 0.85
skip_bytesMethod · 0.85
batch_get_objectsMethod · 0.85
evictMethod · 0.85
skip_readMethod · 0.85
callMethod · 0.85
readMethod · 0.85
read_from_line_bufMethod · 0.85
read_from_streamMethod · 0.85
writeMethod · 0.85
writevMethod · 0.85

Calls

no outgoing calls

Tested by 5

chunked_handler_ptFunction · 0.68
chunked_handler_ptFunction · 0.68
test_queue_batchFunction · 0.68
stream_writerFunction · 0.68
do_read_appendFunction · 0.68