Searched refs:threading (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/dev-tools/scripts/
H A DsmokeTestRelease.py18 import threading namespace
541 startupEvent = threading.Event()
542 serverThread = threading.Thread(target=readSolrOutput, args=(server.stderr, startupEvent, logFile))

Completed in 695 milliseconds