Home
last modified time | relevance | path

Searched refs:SingleFullOKLoopLoader (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/test/traffic_generator/
H A Dns_traffic_generator.py19 from singlefullok import SingleFullOKLoopLoader
70 if IndividualLoaders.SingleFullOKLoopLoader:
71 threads.append( SingleFullOKLoopLoader( gridClient, queueName ) )
H A Dns_traffic_settings.py19 SingleFullOKLoopLoader = True variable in IndividualLoaders
H A Dsinglefullok.py16 class SingleFullOKLoopLoader( threading.Thread ): class