Home
last modified time | relevance | path

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

/third_party/libunwind/libunwind/tests/
H A Dtest-async-sig.c53 int sigcount; variable
137 printf ("sighandler(signal=%d, count=%d)\n", signal, sigcount); in sighandler()
141 ++sigcount; in sighandler()
143 if (sigcount == 100) in sighandler()
145 else if (sigcount == 200) in sighandler()
147 else if (sigcount == 300 || nerrors > nerrors_max) in sighandler()
/third_party/python/Modules/_sre/
H A Dsre_lib.h529 if ((0 == (++sigcount & 0xfff)) && PyErr_CheckSignals()) { \
566 unsigned int sigcount=0; in match() local

Completed in 3 milliseconds