Home
last modified time | relevance | path

Searched refs:memory_mutex (Results 1 – 25 of 57) sorted by relevance

123

/dports/lang/php73/php-7.3.33/ext/opcache/
H A Dshared_alloc_win32.c39 static HANDLE memfile = NULL, memory_mutex = NULL; variable
99 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
100 if (!memory_mutex) { in zend_shared_alloc_create_lock()
104 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
109 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
118 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
334 CloseHandle(memory_mutex); in detach_segment()
335 memory_mutex = NULL; in detach_segment()
/dports/www/php73-opcache/php-7.3.33/ext/opcache/
H A Dshared_alloc_win32.c39 static HANDLE memfile = NULL, memory_mutex = NULL; variable
99 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
100 if (!memory_mutex) { in zend_shared_alloc_create_lock()
104 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
109 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
118 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
334 CloseHandle(memory_mutex); in detach_segment()
335 memory_mutex = NULL; in detach_segment()
/dports/lang/php74/php-7.4.27/ext/opcache/
H A Dshared_alloc_win32.c41 static HANDLE memfile = NULL, memory_mutex = NULL; variable
92 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
93 if (!memory_mutex) { in zend_shared_alloc_create_lock()
97 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
102 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
111 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
327 CloseHandle(memory_mutex); in detach_segment()
328 memory_mutex = NULL; in detach_segment()
/dports/www/php74-opcache/php-7.4.27/ext/opcache/
H A Dshared_alloc_win32.c41 static HANDLE memfile = NULL, memory_mutex = NULL; variable
92 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
93 if (!memory_mutex) { in zend_shared_alloc_create_lock()
97 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
102 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
111 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
327 CloseHandle(memory_mutex); in detach_segment()
328 memory_mutex = NULL; in detach_segment()
/dports/www/mod_php73/php-7.3.33/ext/opcache/
H A Dshared_alloc_win32.c39 static HANDLE memfile = NULL, memory_mutex = NULL; variable
99 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
100 if (!memory_mutex) { in zend_shared_alloc_create_lock()
104 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
109 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
118 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
334 CloseHandle(memory_mutex); in detach_segment()
335 memory_mutex = NULL; in detach_segment()
/dports/www/mod_php74/php-7.4.27/ext/opcache/
H A Dshared_alloc_win32.c41 static HANDLE memfile = NULL, memory_mutex = NULL; variable
92 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
93 if (!memory_mutex) { in zend_shared_alloc_create_lock()
97 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
102 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
111 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
327 CloseHandle(memory_mutex); in detach_segment()
328 memory_mutex = NULL; in detach_segment()
/dports/www/mod_php81/php-8.1.1/ext/opcache/
H A Dshared_alloc_win32.c42 static HANDLE memfile = NULL, memory_mutex = NULL; variable
93 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
94 if (!memory_mutex) { in zend_shared_alloc_create_lock()
98 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
103 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
112 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
345 CloseHandle(memory_mutex); in detach_segment()
346 memory_mutex = NULL; in detach_segment()
/dports/lang/php80/php-8.0.15/ext/opcache/
H A Dshared_alloc_win32.c42 static HANDLE memfile = NULL, memory_mutex = NULL; variable
93 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
94 if (!memory_mutex) { in zend_shared_alloc_create_lock()
98 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
103 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
112 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
345 CloseHandle(memory_mutex); in detach_segment()
346 memory_mutex = NULL; in detach_segment()
/dports/lang/php81/php-8.1.1/ext/opcache/
H A Dshared_alloc_win32.c42 static HANDLE memfile = NULL, memory_mutex = NULL; variable
93 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
94 if (!memory_mutex) { in zend_shared_alloc_create_lock()
98 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
103 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
112 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
345 CloseHandle(memory_mutex); in detach_segment()
346 memory_mutex = NULL; in detach_segment()
/dports/www/php80-opcache/php-8.0.15/ext/opcache/
H A Dshared_alloc_win32.c42 static HANDLE memfile = NULL, memory_mutex = NULL; variable
93 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
94 if (!memory_mutex) { in zend_shared_alloc_create_lock()
98 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
103 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
112 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
345 CloseHandle(memory_mutex); in detach_segment()
346 memory_mutex = NULL; in detach_segment()
/dports/www/php81-opcache/php-8.1.1/ext/opcache/
H A Dshared_alloc_win32.c42 static HANDLE memfile = NULL, memory_mutex = NULL; variable
93 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
94 if (!memory_mutex) { in zend_shared_alloc_create_lock()
98 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
103 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
112 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
345 CloseHandle(memory_mutex); in detach_segment()
346 memory_mutex = NULL; in detach_segment()
/dports/www/mod_php80/php-8.0.15/ext/opcache/
H A Dshared_alloc_win32.c42 static HANDLE memfile = NULL, memory_mutex = NULL; variable
93 memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME)); in zend_shared_alloc_create_lock()
94 if (!memory_mutex) { in zend_shared_alloc_create_lock()
98 ReleaseMutex(memory_mutex); in zend_shared_alloc_create_lock()
103 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
112 ReleaseMutex(memory_mutex); in zend_shared_alloc_unlock_win32()
345 CloseHandle(memory_mutex); in detach_segment()
346 memory_mutex = NULL; in detach_segment()
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/egg/
H A Degg-secure-memory.h60 static GMutex memory_mutex = { 0, }; \
62 { g_mutex_lock (&memory_mutex); } \
64 { g_mutex_unlock (&memory_mutex); } \
/dports/security/libsecret/libsecret-0.20.4/egg/
H A Degg-secure-memory.h60 static GMutex memory_mutex = { NULL, }; \
62 { g_mutex_lock (&memory_mutex); } \
64 { g_mutex_unlock (&memory_mutex); } \
/dports/security/gcr/gcr-3.40.0/egg/
H A Degg-secure-memory.h59 static GMutex memory_mutex = { 0, }; \
61 { g_mutex_lock (&memory_mutex); } \
63 { g_mutex_unlock (&memory_mutex); } \
/dports/security/gnome-keyring/gnome-keyring-40.0/egg/
H A Degg-secure-memory.h59 static GMutex memory_mutex = { 0, }; \
61 { g_mutex_lock (&memory_mutex); } \
63 { g_mutex_unlock (&memory_mutex); } \
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/library/
H A Dgnome-keyring-memory.c55 static GMutex memory_mutex = { 0, }; variable
72 g_mutex_lock (&memory_mutex); in egg_memory_lock()
78 g_mutex_unlock (&memory_mutex); in egg_memory_unlock()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/isa/gus/
H A Dgus_mem.c21 mutex_lock(&alloc->memory_mutex); in snd_gf1_mem_lock()
23 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_lock()
46 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_xalloc()
67 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_xfree()
228 mutex_init(&alloc->memory_mutex); in snd_gf1_mem_init()
280 mutex_lock(&alloc->memory_mutex); in snd_gf1_mem_info_read()
324 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_info_read()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/isa/gus/
H A Dgus_mem.c21 mutex_lock(&alloc->memory_mutex); in snd_gf1_mem_lock()
23 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_lock()
46 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_xalloc()
67 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_xfree()
228 mutex_init(&alloc->memory_mutex); in snd_gf1_mem_init()
280 mutex_lock(&alloc->memory_mutex); in snd_gf1_mem_info_read()
324 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_info_read()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/isa/gus/
H A Dgus_mem.c21 mutex_lock(&alloc->memory_mutex); in snd_gf1_mem_lock()
23 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_lock()
46 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_xalloc()
67 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_xfree()
228 mutex_init(&alloc->memory_mutex); in snd_gf1_mem_init()
280 mutex_lock(&alloc->memory_mutex); in snd_gf1_mem_info_read()
324 mutex_unlock(&alloc->memory_mutex); in snd_gf1_mem_info_read()
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dmemory.c313 if (wc_InitMutex(&(heap->memory_mutex)) != 0) { in wolfSSL_init_memory_heap()
647 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Malloc()
726 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Malloc()
793 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Free()
845 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Free()
895 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Realloc()
936 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Realloc()
942 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Realloc()
948 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Realloc()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dmemory.c313 if (wc_InitMutex(&(heap->memory_mutex)) != 0) { in wolfSSL_init_memory_heap()
647 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Malloc()
726 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Malloc()
793 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Free()
845 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Free()
895 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Realloc()
936 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Realloc()
942 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Realloc()
948 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Realloc()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dmemory.c313 if (wc_InitMutex(&(heap->memory_mutex)) != 0) { in wolfSSL_init_memory_heap()
647 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Malloc()
726 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Malloc()
793 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Free()
845 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Free()
895 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Realloc()
936 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Realloc()
942 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Realloc()
948 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Realloc()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dmemory.c313 if (wc_InitMutex(&(heap->memory_mutex)) != 0) {
647 if (wc_LockMutex(&(mem->memory_mutex)) != 0) {
726 wc_UnLockMutex(&(mem->memory_mutex));
793 if (wc_LockMutex(&(mem->memory_mutex)) != 0) {
845 wc_UnLockMutex(&(mem->memory_mutex));
895 if (wc_LockMutex(&(mem->memory_mutex)) != 0) {
936 wc_UnLockMutex(&(mem->memory_mutex));
942 if (wc_LockMutex(&(mem->memory_mutex)) != 0) {
948 wc_UnLockMutex(&(mem->memory_mutex));
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dmemory.c313 if (wc_InitMutex(&(heap->memory_mutex)) != 0) { in wolfSSL_init_memory_heap()
647 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Malloc()
726 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Malloc()
793 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Free()
845 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Free()
895 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Realloc()
936 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Realloc()
942 if (wc_LockMutex(&(mem->memory_mutex)) != 0) { in wolfSSL_Realloc()
948 wc_UnLockMutex(&(mem->memory_mutex)); in wolfSSL_Realloc()

123