Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_perf.c219 long tid; in ir_perf_jitdump_register() local
220 thr_self(&tid); in ir_perf_jitdump_register()
221 thread_id = (uint32_t)tid; in ir_perf_jitdump_register()
/php-src/ext/mysqli/tests/
H A Dbug76386.phpt70 $tid = $t = $t2 = $t4 = null;
71 $stmt->bind_result($tid, $t, $t2, $t4, $t6);
/php-src/ext/random/
H A Drandom.c657 THREAD_T tid; local
674 tid = tsrm_thread_id();
675 fallback_seed_add(&c, &tid, sizeof(tid));

Completed in 9 milliseconds