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

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

Completed in 304 milliseconds