MCPcopy Create free account
hub / github.com/catboost/catboost / join

Method join

contrib/libs/zeromq/src/socket_base.cpp:481–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481int zmq::socket_base_t::join (const char *group_)
482{
483 scoped_optional_lock_t sync_lock (_thread_safe ? &_sync : NULL);
484
485 return xjoin (group_);
486}
487
488int zmq::socket_base_t::leave (const char *group_)
489{

Callers 15

generateMethod · 0.45
get_black_binFunction · 0.45
process_fileFunction · 0.45
mainFunction · 0.45
get_flake8_binFunction · 0.45
get_flake8_configFunction · 0.45
run_flake8_for_dirFunction · 0.45
mainFunction · 0.45
get_ruff_binFunction · 0.45
process_fileFunction · 0.45
is_rootFunction · 0.45
try_get_arcadia_rootFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_memoize_thread_safeFunction · 0.36
test_filelockFunction · 0.36
test_concurrent_lockFunction · 0.36
__str__Method · 0.36
get_unique_file_pathFunction · 0.36