Home
last modified time | relevance | path

Searched refs:restart_in (Results 1 – 25 of 30) sorted by relevance

12

/dports/biology/cd-hit/cdhit-4.8.1/
H A Dcd-hit-para.pl37 my $restart_in = "";
54 elsif ($arg eq "--R") { $restart_in = shift; }
99 if (-e $restart_in) {
390 open(RRRR, "$restart_in") || die;
H A Dcd-hit-2d-para.pl38 my $restart_in = "";
57 elsif ($arg eq "--R" ) { $restart_in = shift; }
110 if (-e $restart_in) {
417 open(RRRR, "$restart_in") || die;
/dports/biology/cd-hit/cdhit-4.8.1/psi-cd-hit/
H A Dpsi-cd-hit-old.pl41 @NR_idx = sort { $lens[$b] <=> $lens[$a] } @NR_idx unless (-e $restart_in);
47 if ( -e $restart_in) { $i0 = read_restart(); } ## restart after crash
H A Dpsi-cd-hit.pl41 @NR_idx = sort { $lens[$b] <=> $lens[$a] } @NR_idx unless (-e $restart_in);
47 if ( -e $restart_in) { $i0 = read_restart(); } ## restart after crash
H A Dpsi-cd-hit-local-old.pl35 our $restart_in = "";
87 elsif ($arg eq "-restart") { $restart_in= shift; }
309 open(RESIN, $restart_in) || die;
H A Dpsi-cd-hit-local.pl37 our $restart_in = "";
90 elsif ($arg eq "-restart") { $restart_in= shift; }
368 open(RESIN, $restart_in) || die;
/dports/lang/php73/php-7.3.33/ext/opcache/
H A DZendAccelerator.h259 LONGLONG restart_in; member
H A DZendAccelerator.c237 INCREMENT(restart_in); in accel_restart_enter()
257 DECREMENT(restart_in); in accel_restart_leave()
295 return LOCKVAL(restart_in) != 0; in accel_restart_is_active()
/dports/www/php73-opcache/php-7.3.33/ext/opcache/
H A DZendAccelerator.h259 LONGLONG restart_in; member
H A DZendAccelerator.c237 INCREMENT(restart_in); in accel_restart_enter()
257 DECREMENT(restart_in); in accel_restart_leave()
295 return LOCKVAL(restart_in) != 0; in accel_restart_is_active()
/dports/www/mod_php81/php-8.1.1/ext/opcache/
H A DZendAccelerator.h261 LONGLONG restart_in; member
H A DZendAccelerator.c241 INCREMENT(restart_in); in accel_restart_enter()
261 DECREMENT(restart_in); in accel_restart_leave()
299 return LOCKVAL(restart_in) != 0; in accel_restart_is_active()
/dports/lang/php81/php-8.1.1/ext/opcache/
H A DZendAccelerator.h261 LONGLONG restart_in; member
H A DZendAccelerator.c241 INCREMENT(restart_in); in accel_restart_enter()
261 DECREMENT(restart_in); in accel_restart_leave()
299 return LOCKVAL(restart_in) != 0; in accel_restart_is_active()
/dports/www/php81-opcache/php-8.1.1/ext/opcache/
H A DZendAccelerator.h261 LONGLONG restart_in; member
/dports/www/mod_php73/php-7.3.33/ext/opcache/
H A DZendAccelerator.h259 LONGLONG restart_in; member
H A DZendAccelerator.c237 INCREMENT(restart_in); in accel_restart_enter()
257 DECREMENT(restart_in); in accel_restart_leave()
295 return LOCKVAL(restart_in) != 0; in accel_restart_is_active()
/dports/lang/php74/php-7.4.27/ext/opcache/
H A DZendAccelerator.h263 LONGLONG restart_in; member
H A DZendAccelerator.c249 INCREMENT(restart_in); in accel_restart_enter()
269 DECREMENT(restart_in); in accel_restart_leave()
307 return LOCKVAL(restart_in) != 0; in accel_restart_is_active()
/dports/www/php74-opcache/php-7.4.27/ext/opcache/
H A DZendAccelerator.h263 LONGLONG restart_in; member
H A DZendAccelerator.c249 INCREMENT(restart_in); in accel_restart_enter()
269 DECREMENT(restart_in); in accel_restart_leave()
307 return LOCKVAL(restart_in) != 0; in accel_restart_is_active()
/dports/www/mod_php74/php-7.4.27/ext/opcache/
H A DZendAccelerator.h263 LONGLONG restart_in; member
/dports/lang/php80/php-8.0.15/ext/opcache/
H A DZendAccelerator.h277 LONGLONG restart_in; member
/dports/www/php80-opcache/php-8.0.15/ext/opcache/
H A DZendAccelerator.h277 LONGLONG restart_in; member
/dports/www/mod_php80/php-8.0.15/ext/opcache/
H A DZendAccelerator.h277 LONGLONG restart_in; member

12