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

  /external/bcc/tools/
funccount.py 257 def _signal_ignore(signal, frame): member in class:Tool
274 signal.signal(signal.SIGINT, Tool._signal_ignore)
stackcount.py 297 def _signal_ignore(signal, frame): member in class:Tool
319 signal.signal(signal.SIGINT, Tool._signal_ignore)

Completed in 109 milliseconds