Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_perf.c215 uint64_t thread_id_u64; in ir_perf_jitdump_register() local
216 pthread_threadid_np(NULL, &thread_id_u64); in ir_perf_jitdump_register()
217 thread_id = (uint32_t) thread_id_u64; in ir_perf_jitdump_register()

Completed in 4 milliseconds