MCPcopy Create free account
hub / github.com/ActiveState/code / exit

Function exit

recipes/Python/576418_Multithreaded_FIFO_Gate/recipe-576418.py:150–151  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

148 enterlog.put(index)
149
150 def exit(index):
151 exitlog.put(index)
152
153
154 class OwnerThread(threading.Thread):

Callers 15

runMethod · 0.70
mainFunction · 0.50
recipe-578858.pyFile · 0.50
pumpFunction · 0.50
recipe-580703.pyFile · 0.50
GetBackupInfoMethod · 0.50
recipe-579025.pyFile · 0.50
recipe-576868.pyFile · 0.50
parse_argsMethod · 0.50
sanity_checksMethod · 0.50
executeMethod · 0.50
recipe-576630.pyFile · 0.50

Calls 1

putMethod · 0.45

Tested by

no test coverage detected