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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 92 static volatile sig_atomic_t is_tripped = 0; variable
173 if (is_tripped)
175 /* Set is_tripped after setting .tripped, as it gets
177 is_tripped = 1;
898 if (!is_tripped)
907 * The is_tripped variable is meant to speed up the calls to
913 * NOTE: with this approach we can have a situation where is_tripped is
917 * we receive a signal i after we zero is_tripped and before we
920 is_tripped = 0;
987 if (!is_tripped)
    [all...]
  /external/python/cpython2/Modules/
signalmodule.c 92 static volatile sig_atomic_t is_tripped = 0; variable
173 if (is_tripped)
175 /* Set is_tripped after setting .tripped, as it gets
177 is_tripped = 1;
897 if (!is_tripped)
906 * The is_tripped variable is meant to speed up the calls to
912 * NOTE: with this approach we can have a situation where is_tripped is
916 * we receive a signal i after we zero is_tripped and before we
919 is_tripped = 0;
986 if (!is_tripped)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 92 static volatile sig_atomic_t is_tripped = 0; variable
173 if (is_tripped)
175 /* Set is_tripped after setting .tripped, as it gets
177 is_tripped = 1;
890 if (!is_tripped)
899 * The is_tripped variable is meant to speed up the calls to
905 * NOTE: with this approach we can have a situation where is_tripped is
909 * we receive a signal i after we zero is_tripped and before we
912 is_tripped = 0;

Completed in 752 milliseconds