MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / join

Method join

samples/JGroups/src/RouterStub.java:99–105  ·  view source on GitHub ↗
(long wait)

Source from the content-addressed store, hash-verified

97 }
98
99 public synchronized void join(long wait) throws InterruptedException {
100 if(receiver != null) {
101 Thread thread = receiver.getThread();
102 if(thread != null)
103 thread.join(wait);
104 }
105 }
106
107
108 public int getSocketConnectionTimeout() {

Callers 15

run_app_smoke_testsFunction · 0.45
run_commandFunction · 0.45
load_about_dataMethod · 0.45
get_checksumsMethod · 0.45
fetch_license_filesMethod · 0.45
extract_pkginfoMethod · 0.45
to_filenameMethod · 0.45
packages_from_dirMethod · 0.45
from_pyver_and_osMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by 15

run_app_smoke_testsFunction · 0.36
run_commandFunction · 0.36
create_copyright_testsFunction · 0.36
__attrs_post_init__Method · 0.36
closure_test_functionFunction · 0.36
run_scan_plainFunction · 0.36
get_optsFunction · 0.36
streamline_errorsFunction · 0.36
get_test_locFunction · 0.36
get_test_locMethod · 0.36
get_temp_fileMethod · 0.36
get_temp_dirMethod · 0.36