Home
last modified time | relevance | path

Searched refs:cache_mutex (Results 1 – 25 of 114) sorted by relevance

12345

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libnet/
H A Dcache.cpp41 static std::mutex cache_mutex; variable
81 std::lock_guard<std::mutex> lock(cache_mutex); in addPath()
89 std::lock_guard<std::mutex> lock(cache_mutex); in addResponse()
99 std::lock_guard<std::mutex> lock(cache_mutex); in addFile()
108 std::lock_guard<std::mutex> lock(cache_mutex); in findPath()
125 std::lock_guard<std::mutex> lock(cache_mutex); in findResponse()
144 std::lock_guard<std::mutex> lock(cache_mutex); in findFile()
161 std::lock_guard<std::mutex> lock(cache_mutex); in removePath()
169 std::lock_guard<std::mutex> lock(cache_mutex); in removeResponse()
177 std::lock_guard<std::mutex> lock(cache_mutex); in removeFile()
[all …]
/dports/audio/cmus/cmus-2.9.1/
H A Dcache.h25 extern struct fifo_mutex cache_mutex;
27 #define cache_lock() fifo_mutex_lock(&cache_mutex)
28 #define cache_yield() fifo_mutex_yield(&cache_mutex)
29 #define cache_unlock() fifo_mutex_unlock(&cache_mutex)
/dports/graphics/gegl/gegl-0.4.34/gegl/opencl/
H A Dgegl-buffer-cl-cache.c46 static GMutex cache_mutex = { 0, }; variable
109 g_mutex_lock (&cache_mutex); in gegl_buffer_cl_cache_new()
124 g_mutex_unlock (&cache_mutex); in gegl_buffer_cl_cache_new()
173 g_mutex_lock (&cache_mutex); in _gegl_buffer_cl_cache_flush2()
192 g_mutex_unlock (&cache_mutex); in _gegl_buffer_cl_cache_flush2()
199 g_mutex_lock (&cache_mutex); in _gegl_buffer_cl_cache_flush2()
207 g_mutex_unlock (&cache_mutex); in _gegl_buffer_cl_cache_flush2()
247 g_mutex_lock (&cache_mutex); in gegl_buffer_cl_cache_invalidate()
258 g_mutex_unlock (&cache_mutex); in gegl_buffer_cl_cache_invalidate()
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dcache.c98 pthread_mutex_lock(&cache_mutex[index]); in add_object_to_cache()
120 pthread_mutex_unlock(&cache_mutex[index]); in add_object_to_cache()
268 pthread_mutex_lock(&cache_mutex[index]); in search_cache_for_output()
299 pthread_mutex_lock(&cache_mutex[index]); in flush_output_cache()
335 pthread_mutex_lock(&cache_mutex[index]); in remove_output_from_cache()
418 pthread_mutex_lock(&cache_mutex[index]); in manage_cache()
440 pthread_mutex_lock(&cache_mutex[i]); in clear_cache()
469 pthread_mutex_unlock(&cache_mutex[i]); in clear_cache()
487 pthread_mutex_lock(&cache_mutex[i]); in print_cache_list()
503 pthread_mutex_unlock(&cache_mutex[i]); in print_cache_list()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/hash/
H A Dlru_cache_shared.h135 { cache_mutex.lock(); } in lock()
138 { cache_mutex.unlock(); } in unlock()
153 std::mutex cache_mutex; variable
206 std::lock_guard<std::mutex> cache_lock(cache_mutex); in set_max_size()
220 std::lock_guard<std::mutex> cache_lock(cache_mutex); in find()
255 std::lock_guard<std::mutex> cache_lock(cache_mutex); in find_else_create()
290 std::lock_guard<std::mutex> cache_lock(cache_mutex); in find_else_insert()
331 std::lock_guard<std::mutex> cache_lock(cache_mutex); in find_else_insert()
373 std::lock_guard<std::mutex> cache_lock(cache_mutex); in get_all_data()
401 std::lock_guard<std::mutex> cache_lock(cache_mutex); in remove()
[all …]
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dicon-module-hash.i57 pthread_mutex_t cache_mutex = PTHREAD_MUTEX_INITIALIZER; variable
295 pthread_mutex_lock(&cache_mutex); in get_pixmap_path_from_cache()
297 pthread_mutex_unlock(&cache_mutex); in get_pixmap_path_from_cache()
370 pthread_mutex_lock(&cache_mutex); in load_path_cache()
372 pthread_mutex_unlock(&cache_mutex); in load_path_cache()
383 pthread_mutex_lock(&cache_mutex); in load_path_cache()
385 pthread_mutex_unlock(&cache_mutex); in load_path_cache()
412 pthread_mutex_lock(&cache_mutex); in create_cache()
414 pthread_mutex_unlock(&cache_mutex); in create_cache()
420 pthread_mutex_lock(&cache_mutex); in create_cache()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/
H A Dmtdblock.c27 struct mutex cache_mutex; member
262 mutex_init(&mtdblk->cache_mutex); in mtdblock_open()
280 mutex_lock(&mtdblk->cache_mutex); in mtdblock_release()
282 mutex_unlock(&mtdblk->cache_mutex); in mtdblock_release()
302 mutex_lock(&mtdblk->cache_mutex); in mtdblock_flush()
304 mutex_unlock(&mtdblk->cache_mutex); in mtdblock_flush()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/
H A Dmtdblock.c27 struct mutex cache_mutex; member
262 mutex_init(&mtdblk->cache_mutex); in mtdblock_open()
280 mutex_lock(&mtdblk->cache_mutex); in mtdblock_release()
282 mutex_unlock(&mtdblk->cache_mutex); in mtdblock_release()
302 mutex_lock(&mtdblk->cache_mutex); in mtdblock_flush()
304 mutex_unlock(&mtdblk->cache_mutex); in mtdblock_flush()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/
H A Dmtdblock.c27 struct mutex cache_mutex; member
262 mutex_init(&mtdblk->cache_mutex); in mtdblock_open()
280 mutex_lock(&mtdblk->cache_mutex); in mtdblock_release()
282 mutex_unlock(&mtdblk->cache_mutex); in mtdblock_release()
302 mutex_lock(&mtdblk->cache_mutex); in mtdblock_flush()
304 mutex_unlock(&mtdblk->cache_mutex); in mtdblock_flush()
/dports/x11/plank/plank-0.11.89/lib/Drawing/
H A DSurfaceCache.vala124 Mutex cache_mutex;
161 cache_mutex.lock ();
179 cache_mutex.unlock ();
207 cache_mutex.unlock ();
290 cache_mutex.lock ();
296 cache_mutex.unlock ();
301 cache_mutex.lock ();
304 cache_mutex.unlock ();
334 cache_mutex.unlock ();
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/atk-adaptor/
H A Daccessible-cache.c195 static GRecMutex cache_mutex; variable
335 g_rec_mutex_lock (&cache_mutex); in child_added_listener()
354 g_rec_mutex_unlock (&cache_mutex); in child_added_listener()
369 g_rec_mutex_unlock (&cache_mutex); in child_added_listener()
384 g_rec_mutex_lock (&cache_mutex); in toplevel_added_listener()
410 g_rec_mutex_unlock (&cache_mutex); in toplevel_added_listener()
/dports/www/c-icap/c_icap-0.5.10/modules/
H A Dshared_cache.c71 ci_proc_mutex_t cache_mutex; member
119 ci_proc_mutex_lock(&(shared_cache->cache_mutex)); in command_attach_shared_mem()
121 ci_proc_mutex_unlock(&(shared_cache->cache_mutex)); in command_attach_shared_mem()
159 ci_proc_mutex_init(&(data->cache_mutex), name); in ci_shared_cache_init()
324 ci_proc_mutex_lock(&data->cache_mutex); in ci_shared_cache_destroy()
326 ci_proc_mutex_unlock(&data->cache_mutex); in ci_shared_cache_destroy()
340 ci_proc_mutex_destroy(&data->cache_mutex); in ci_shared_cache_destroy()
/dports/mail/smfsav/smf-sav-1.4.0/
H A Dsmf-sav.c1141 mutex_lock(&cache_mutex); in smf_envfrom()
1176 mutex_lock(&cache_mutex); in smf_envfrom()
1178 mutex_unlock(&cache_mutex); in smf_envfrom()
1191 mutex_lock(&cache_mutex); in smf_envfrom()
1193 mutex_unlock(&cache_mutex); in smf_envfrom()
1206 mutex_lock(&cache_mutex); in smf_envfrom()
1208 mutex_unlock(&cache_mutex); in smf_envfrom()
1236 mutex_lock(&cache_mutex); in smf_envrcpt()
1238 mutex_unlock(&cache_mutex); in smf_envrcpt()
1295 mutex_lock(&cache_mutex); in smf_envrcpt()
[all …]
/dports/mail/smfsav-devel/smf-sav-reloaded-2.1/
H A Dsmf-sav.c1229 mutex_lock(&cache_mutex); in smf_eoh()
1257 mutex_lock(&cache_mutex); in smf_eoh()
1259 mutex_unlock(&cache_mutex); in smf_eoh()
1268 mutex_lock(&cache_mutex); in smf_eoh()
1270 mutex_unlock(&cache_mutex); in smf_eoh()
1279 mutex_lock(&cache_mutex); in smf_eoh()
1281 mutex_unlock(&cache_mutex); in smf_eoh()
1313 mutex_lock(&cache_mutex); in smf_envrcpt()
1315 mutex_unlock(&cache_mutex); in smf_envrcpt()
1374 mutex_lock(&cache_mutex); in smf_envrcpt()
[all …]
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/libs/network/example/http/
H A Dfileserver.cpp30 std::mutex cache_mutex; member
41 std::unique_lock<std::mutex> lock(cache_mutex); in has()
46 std::unique_lock<std::mutex> lock(cache_mutex); in add()
80 std::unique_lock<std::mutex> lock(cache_mutex); in get()
90 std::unique_lock<std::mutex> lock(cache_mutex); in meta()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/disc/
H A Ddisc.c64 BD_MUTEX cache_mutex; member
281 bd_mutex_init(&p->cache_mutex); in _disc_init()
371 bd_mutex_destroy(&p->cache_mutex); in disc_close()
848 bd_mutex_lock(&p->cache_mutex); in disc_cache_get()
858 bd_mutex_unlock(&p->cache_mutex); in disc_cache_get()
874 bd_mutex_lock(&p->cache_mutex); in disc_cache_put()
910 bd_mutex_unlock(&p->cache_mutex); in disc_cache_put()
915 bd_mutex_lock(&p->cache_mutex); in disc_cache_clean()
939 bd_mutex_unlock(&p->cache_mutex); in disc_cache_clean()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/disc/
H A Ddisc.c64 BD_MUTEX cache_mutex; member
281 bd_mutex_init(&p->cache_mutex); in _disc_init()
371 bd_mutex_destroy(&p->cache_mutex); in disc_close()
848 bd_mutex_lock(&p->cache_mutex); in disc_cache_get()
858 bd_mutex_unlock(&p->cache_mutex); in disc_cache_get()
874 bd_mutex_lock(&p->cache_mutex); in disc_cache_put()
910 bd_mutex_unlock(&p->cache_mutex); in disc_cache_put()
915 bd_mutex_lock(&p->cache_mutex); in disc_cache_clean()
939 bd_mutex_unlock(&p->cache_mutex); in disc_cache_clean()
/dports/security/snort3/snort3-3.1.19.0/src/file_api/
H A Dfile_cache.cc99 std::lock_guard<std::mutex> lock(cache_mutex); in set_block_timeout()
105 std::lock_guard<std::mutex> lock(cache_mutex); in set_lookup_timeout()
111 std::lock_guard<std::mutex> lock(cache_mutex); in set_max_files()
142 std::lock_guard<std::mutex> lock(cache_mutex); in add()
163 std::lock_guard<std::mutex> lock(cache_mutex); in find()
/dports/sysutils/py-google-compute-engine/compute-image-packages-20190522/packages/google-compute-engine-oslogin/nss_cache/
H A Dnss_cache.cc48 static pthread_mutex_t cache_mutex = PTHREAD_MUTEX_INITIALIZER; variable
57 MutexLock ml(&cache_mutex); in main()
/dports/security/snort3/snort3-3.1.19.0/src/host_tracker/
H A Dhost_cache.h68 using LruBase::cache_mutex;
128 std::lock_guard<std::mutex> cache_lock(cache_mutex); in reload_prune()
204 std::lock_guard<std::mutex> cache_lock(cache_mutex); in update()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A DRowLoader.h33 std::mutex & cache_mutex,
73 std::mutex & cache_mutex; variable
/dports/games/minetest/minetest-5.4.1/src/
H A Dface_position_cache.cpp25 std::mutex FacePositionCache::cache_mutex; member in FacePositionCache
30 MutexAutoLock lock(cache_mutex); in getFacePositions()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/dce_rpc/
H A Ddce_smb2_session_cache.h90 std::lock_guard<std::mutex> cache_lock(cache_mutex); in reload_prune()
108 using LruBase::cache_mutex;
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A DMapMat_meat.hpp1187 s_parent.cache_mutex.lock(); in operator =()
1191 s_parent.cache_mutex.unlock(); in operator =()
1222 s_parent.cache_mutex.lock(); in operator +=()
1226 s_parent.cache_mutex.unlock(); in operator +=()
1257 s_parent.cache_mutex.lock(); in operator -=()
1261 s_parent.cache_mutex.unlock(); in operator -=()
1290 s_parent.cache_mutex.lock(); in operator *=()
1294 s_parent.cache_mutex.unlock(); in operator *=()
1323 s_parent.cache_mutex.lock(); in operator /=()
1327 s_parent.cache_mutex.unlock(); in operator /=()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A DMapMat_meat.hpp1187 s_parent.cache_mutex.lock(); in operator =()
1191 s_parent.cache_mutex.unlock(); in operator =()
1222 s_parent.cache_mutex.lock(); in operator +=()
1226 s_parent.cache_mutex.unlock(); in operator +=()
1257 s_parent.cache_mutex.lock(); in operator -=()
1261 s_parent.cache_mutex.unlock(); in operator -=()
1290 s_parent.cache_mutex.lock(); in operator *=()
1294 s_parent.cache_mutex.unlock(); in operator *=()
1323 s_parent.cache_mutex.lock(); in operator /=()
1327 s_parent.cache_mutex.unlock(); in operator /=()

12345