HomeSort by relevance Sort by last modified time
    Searched refs:for_usr2 (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threadsignals.py 17 def registerSignals(for_usr1, for_usr2, for_alrm):
19 usr2 = signal.signal(signal.SIGUSR2, for_usr2)
  /external/python/cpython2/Lib/test/
test_threadsignals.py 17 def registerSignals(for_usr1, for_usr2, for_alrm):
19 usr2 = signal.signal(signal.SIGUSR2, for_usr2)
  /external/python/cpython3/Lib/test/
test_threadsignals.py 20 def registerSignals(for_usr1, for_usr2, for_alrm):
22 usr2 = signal.signal(signal.SIGUSR2, for_usr2)

Completed in 3452 milliseconds