Home
last modified time | relevance | path

Searched refs:deadlock (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/Zend/tests/
H A Dbug37251.phpt2 Bug #37251 (deadlock when custom error handler is to catch array type hint error)
/PHP-5.5/ext/dba/tests/
H A Ddba_gdbm.phpt15 // Read during write is system dependent. Important is that there is no deadlock
/PHP-5.5/ext/interbase/tests/
H A D005.phpt164 echo "three rows in fourth transaction with deadlock\n";
262 three rows in fourth transaction with deadlock
267 errmsg [lock conflict on no wait transaction deadlock ]
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.h83 int deadlock; member
H A Dphp_sybase_ct.c486 sybase->deadlock = 1; in _server_message_handler()
1490 sybase_ptr->deadlock = 0; in php_sybase_query()
1632 …if (sybase_ptr->deadlock && SybCtG(deadlock_retry_count) != -1 && ++deadlock_count > SybCtG(deadlo… in php_sybase_query()
1643 if (sybase_ptr->dead || sybase_ptr->deadlock == 0) { in php_sybase_query()
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt60 string(25) "Resource deadlock avoided"

Completed in 29 milliseconds