Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libgomp/config/linux/
H A Dlock.c99 static __thread int tid_cache; variable
102 int tid = tid_cache; in gomp_tid()
104 tid_cache = tid = syscall (SYS_gettid); in gomp_tid()