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);
46 if (!$thread_id = $link->thread_id)
52 if (!is_int($new_thread_id = $link->thread_id) || ($new_thread_id < 0))
55 if ($thread_id == $new_thread_id)
56 …w connection and new thread id. Old thread id %d, new thread id %d\n", $thread_id, $new_thread_id);
83 if (!$thread_id = mysqli_thread_id($link))
92 if ($thread_id == $new_thread_id)
93 …w connection and new thread id. Old thread id %d, new thread id %d\n", $thread_id, $new_thread_id);
106 if (!$thread_id = $link->thread_id)
112 if (!is_int($new_thread_id = $link->thread_id) || ($new_thread_id < 0))
115 if ($thread_id == $new_thread_id)
116 …w connection and new thread id. Old thread id %d, new thread id %d\n", $thread_id, $new_thread_id);