Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/ext/opcache/
H A Dzend_shared_alloc.c227 ZCG(locked) = 1; /* no need to perform a real lock at this point */ in zend_shared_alloc_startup()
254 ZCG(locked) = 0; in zend_shared_alloc_startup()
314 if (!ZCG(locked)) { in zend_shared_alloc()
369 if (ZCG(locked)) { in zend_shared_alloc_safe_unlock()
408 ZCG(locked) = 1; in zend_shared_alloc_lock()
413 ZCG(locked) = 0; in zend_shared_alloc_unlock()
H A DZendAccelerator.h226 zend_bool locked; /* thread obtained exclusive lock */ member
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_change_user_get_lock.phpt39 …ive transactions, closes and drops all temporary tables, and unlocks all locked tables. Session sy…
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic2683 >5 leshort &0x4000 \b, locked
4184 >2 leshort &0x0001 \b, locked
9789 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds
9790 >>>>>>&16 ubelong ^1 \b, not locked if idle
13404 # >73 byte&0x10 0x80 \b, locked
13566 >0x40a beshort &0x8000 (locked)
13589 >>>0x40a beshort &0x8000 (locked)
13612 >&2 belong &0x00008000 (locked)
H A Dmagic私はガラスを食べられます2683 >5 leshort &0x4000 \b, locked
4184 >2 leshort &0x0001 \b, locked
9789 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds
9790 >>>>>>&16 ubelong ^1 \b, not locked if idle
13404 # >73 byte&0x10 0x80 \b, locked
13566 >0x40a beshort &0x8000 (locked)
13589 >>>0x40a beshort &0x8000 (locked)
13612 >&2 belong &0x00008000 (locked)
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c55671 if( rc==SQLITE_OK && !locked ){
62905 assert( p->locked==0 );
62911 p->locked = 1;
62920 assert( p->locked==1 );
62926 p->locked = 0;
62972 if( p->locked ) return;
62991 p->locked = 1;
63004 if( pLater->locked ){
63044 return (p->sharable==0 || p->locked);
63138 return p->sharable==0 || p->locked==1;
[all …]
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog922 original change locked out all matches of empty strings. This has been
2446 locked it out (using PCRE's PCRE_NOTEMPTY option). By experiment, this
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt1496 and the longest match is then "locked in" for the rest of the overall

Completed in 585 milliseconds