Lines Matching refs:thread_id
23 if (!$thread_id = $link->thread_id)
32 if ($thread_id == $new_thread_id)
33 …w connection and new thread id. Old thread id %d, new thread id %d\n", $thread_id, $new_thread_id);
48 if (!$thread_id = $link->thread_id)
54 if (!is_int($new_thread_id = $link->thread_id) || ($new_thread_id < 0))
57 if ($thread_id == $new_thread_id)
58 …w connection and new thread id. Old thread id %d, new thread id %d\n", $thread_id, $new_thread_id);
85 if (!$thread_id = mysqli_thread_id($link))
94 if ($thread_id == $new_thread_id)
95 …w connection and new thread id. Old thread id %d, new thread id %d\n", $thread_id, $new_thread_id);
110 if (!$thread_id = $link->thread_id)
116 if (!is_int($new_thread_id = $link->thread_id) || ($new_thread_id < 0))
119 if ($thread_id == $new_thread_id)
120 …w connection and new thread id. Old thread id %d, new thread id %d\n", $thread_id, $new_thread_id);