Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/linux/services/
H A Dnamespace_sandbox.cc124 pid_t cached_tid = GetGlibcCachedTid(); in MaybeUpdateGlibcTidCache() local
125 if (cached_tid != real_tid) { in MaybeUpdateGlibcTidCache()
128 CHECK_EQ(cached_tid, *cached_tid_location); in MaybeUpdateGlibcTidCache()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/linux/services/
H A Dnamespace_sandbox.cc124 pid_t cached_tid = GetGlibcCachedTid(); in MaybeUpdateGlibcTidCache() local
125 if (cached_tid != real_tid) { in MaybeUpdateGlibcTidCache()
128 CHECK_EQ(cached_tid, *cached_tid_location); in MaybeUpdateGlibcTidCache()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/ngl/
H A Dgsknglrenderjob.c2371 int cached_tid; in gsk_ngl_render_job_visit_blurred_outset_shadow_node() local
2426 cached_tid = gsk_ngl_shadow_library_lookup (job->driver->shadows, &scaled_outline, blur_radius); in gsk_ngl_render_job_visit_blurred_outset_shadow_node()
2428 if (cached_tid == 0) in gsk_ngl_render_job_visit_blurred_outset_shadow_node()
2496 blurred_texture_id = cached_tid; in gsk_ngl_render_job_visit_blurred_outset_shadow_node()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/gl/
H A Dgskglrenderer.c2248 int cached_tid; in render_outset_shadow_node() local
2290 cached_tid = gsk_gl_shadow_cache_get_texture_id (&self->shadow_cache, in render_outset_shadow_node()
2295 if (cached_tid == 0) in render_outset_shadow_node()
2353 blurred_texture_id = cached_tid; in render_outset_shadow_node()