Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 25 of 43) sorted by relevance

12

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_pconn_conn_multiple.phpt24 …printf("[002] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_…
33 …printf("[005] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
49 …printf("[008] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_…
58 …printf("[011] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
86 …printf("[017] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_…
95 …printf("[020] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
111 …printf("[023] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_…
120 …printf("[026] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
H A Dmysqli_connect_twice.phpt18 …printf("[002] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_…
27 …printf("[005] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
43 …printf("[008] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_…
52 …printf("[011] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
H A Dmysqli_poll.phpt83 printf("[%03d + 6] Rejecting thread %d: %d/%s\n",
130 [010 + 6] Rejecting thread %d: 0/
131 [011 + 6] Rejecting thread %d: 0/
132 [012 + 6] Rejecting thread %d: 0/
133 [012 + 6] Rejecting thread %d: 0/
134 [013 + 6] Rejecting thread %d: 0/
135 [013 + 6] Rejecting thread %d: 0/
136 [014 + 6] Rejecting thread %d: 0/
H A Dmysqli_change_user_get_lock.phpt32 printf("... lock '%s' acquired by thread %d\n", $lock, $thread_id);
45 printf("... calling IS_USED_LOCK() on '%s' using thread '%d'\n", $lock, $new_thread_id);
57 printf("... calling IS_FREE_LOCK() on '%s' using thread '%d'\n", $lock, $new_thread_id);
82 …printf("... calling IS_USED_LOCK() on '%s' using new connection with thread '%d'\n", $newlock, $ne…
102 ... lock 'phptest_%d' acquired by thread %d
103 ... calling IS_USED_LOCK() on 'phptest_%d' using thread '%d'
104 ... calling IS_FREE_LOCK() on 'phptest_%d' using thread '%d'
105 ... calling IS_USED_LOCK() on 'phptest_%d' using new connection with thread '%d'
H A Dmysqli_poll_kill.phpt77 printf("[010] Rejected thread %d should have rejected thread %d\n",
101 printf("[012] Error on thread %d: %s/%s\n",
111 printf("[013] Rejecting thread %d: %s/%s\n",
121 printf("Fetching from thread %d...\n", mysqli_thread_id($mysqli));
181 Fetching from thread %d...
H A Dmysqli_pconn_kill.phpt23 // get the thread ids of the two connections...
39 …printf("[004] Cannot find thread id of the regular link, [%d] %s\n", mysqli_errno($link), mysqli_e…
42 …printf("[005] Cannot find thread id of the persistent link, [%d] %s\n", mysqli_errno($link), mysql…
H A Dmysqli_pconn_twice.phpt26 /* it is undefined which pooled connection we get - thread ids may differ */
45 /* it is undefined which pooled connection we get - thread ids may differ */
H A Dmysqli_thread_id.phpt28 // should work if the thread id is correct
H A Dmysqli_kill.phpt29 printf("[004] Cannot determine thread id, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-5.3/ext/mysql/tests/
H A Dbug48754.phpt31 echo 'Expect same thread id for $link and default conn: ';
44 echo 'Expect same thread id for $link and default conn but not the previous: ';
71 Expect same thread id for $link and default conn: bool(true)
78 Expect same thread id for $link and default conn but not the previous: bool(true)
H A Dmysql_pconn_kill.phpt40 …printf("[003] Cannot find regular connection thread in process list, [%d] %s\n", mysql_errno($link…
42 …printf("[004] Cannot find persistent connection thread in process list, [%d] %s\n", mysql_errno($l…
45 …printf("[005] Cannot kill persistent connection thread, [%d] %s\n", mysql_errno($link), mysql_erro…
63 …printf("[007] Cannot find regular connection thread in process list, [%d] %s\n", mysql_errno($link…
88 …printf("[013] Cannot kill regular connection thread, [%d] %s\n", mysql_errno($link2), mysql_error(…
/PHP-5.3/ext/readline/
H A Dphp_readline.h26 #warning Readline module will *NEVER* be thread-safe
/PHP-5.3/ext/posix/
H A Dconfig.m430 AC_MSG_RESULT([no, posix_ttyname() will be thread-unsafe])
32 …no, cannot detect working ttyname_r() when cross compiling. posix_ttyname() will be thread-unsafe])
/PHP-5.3/
H A DREADME.MAILINGLIST_RULES47 6. If you are posting to an existing thread, make sure that you know what
49 thread is already.
63 2. Consider taking a step back from a very active thread now and then. Maybe
71 create an entirely new thread copying anything you wish to quote into the
72 new thread.
H A DTODO-PHP525 Identify the extensions that are not thread safe by design
27 If possible try to resolve thread safety issue via code
29 library maintainers). For situations where thread safety
31 set so PHP can identify non-thread safe extensions. These
/PHP-5.3/sapi/milter/
H A Dphp_milter.h22 pthread_t thread; member
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DFAQ11 In order to make thread safe, which of (A) or (B) must be done.
/PHP-5.3/sapi/caudium/
H A DREADME3 thread-safe PHP. It doesn't however require _Caudium_ to run in
H A Dconfig.m491 dnl Always use threads since thread-free support really blows.
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_pconnect.phpt36 printf("[002] Both handles should report the same MySQL thread ID");
45 printf("[003] Both handles should report the same MySQL thread ID");
/PHP-5.3/sapi/roxen/
H A DREADME4 The module is now thread safe, in a couple of different modes. First
/PHP-5.3/sapi/pi3web/
H A DREADME3 This module requires PHP5 as thread safe shared library. Have a look
/PHP-5.3/TSRM/
H A Dtsrm.m493 dnl For the thread implementations, we always use --with-*
/PHP-5.3/sapi/phttpd/
H A Dphttpd.c29 #error PHTTPD module is only useable in thread-safe mode
/PHP-5.3/Zend/
H A DZend.m4165 [ --enable-maintainer-zts Enable thread safety - for code maintainers only!!],[
189 AC_MSG_CHECKING(whether to enable thread-safety)

Completed in 118 milliseconds

12