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

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/os2/
H A Dapr_arch_thread_mutex.h25 HMTX hMutex; member in struct:apr_thread_mutex_t
H A Dapr_arch_proc_mutex.h25 HMTX hMutex; member in struct:apr_proc_mutex_t
/macosx-10.9.5/apr-30/apr/apr/include/arch/os2/
H A Dapr_arch_thread_mutex.h25 HMTX hMutex; member in struct:apr_thread_mutex_t
H A Dapr_arch_proc_mutex.h25 HMTX hMutex; member in struct:apr_proc_mutex_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/locks/os2/
H A Dthread_mutex.c47 rc = DosCreateMutexSem(NULL, &(new_mutex->hMutex), 0, FALSE);
60 ULONG rc = DosRequestMutexSem(mutex->hMutex, SEM_INDEFINITE_WAIT);
68 ULONG rc = DosRequestMutexSem(mutex->hMutex, SEM_IMMEDIATE_RETURN);
76 ULONG rc = DosReleaseMutexSem(mutex->hMutex);
86 if (mutex->hMutex == 0)
89 while (DosReleaseMutexSem(mutex->hMutex) == 0);
91 rc = DosCloseMutexSem(mutex->hMutex);
94 mutex->hMutex = 0;
H A Dproc_mutex.c94 rc = DosCreateMutexSem(semname, &(new->hMutex), DC_SEM_SHARED, FALSE);
119 rc = DosOpenMutexSem(semname, &(new->hMutex));
133 ULONG rc = DosRequestMutexSem(mutex->hMutex, SEM_INDEFINITE_WAIT);
147 ULONG rc = DosRequestMutexSem(mutex->hMutex, SEM_IMMEDIATE_RETURN);
165 rc = DosReleaseMutexSem(mutex->hMutex);
189 if (mutex->hMutex == 0) {
193 rc = DosCloseMutexSem(mutex->hMutex);
196 mutex->hMutex = 0;
213 *ospmutex = pmutex->hMutex;
229 new->hMutex
[all...]
/macosx-10.9.5/apr-30/apr/apr/locks/os2/
H A Dthread_mutex.c47 rc = DosCreateMutexSem(NULL, &(new_mutex->hMutex), 0, FALSE);
60 ULONG rc = DosRequestMutexSem(mutex->hMutex, SEM_INDEFINITE_WAIT);
68 ULONG rc = DosRequestMutexSem(mutex->hMutex, SEM_IMMEDIATE_RETURN);
76 ULONG rc = DosReleaseMutexSem(mutex->hMutex);
86 if (mutex->hMutex == 0)
89 while (DosReleaseMutexSem(mutex->hMutex) == 0);
91 rc = DosCloseMutexSem(mutex->hMutex);
94 mutex->hMutex = 0;
H A Dproc_mutex.c94 rc = DosCreateMutexSem(semname, &(new->hMutex), DC_SEM_SHARED, FALSE);
119 rc = DosOpenMutexSem(semname, &(new->hMutex));
133 ULONG rc = DosRequestMutexSem(mutex->hMutex, SEM_INDEFINITE_WAIT);
147 ULONG rc = DosRequestMutexSem(mutex->hMutex, SEM_IMMEDIATE_RETURN);
165 rc = DosReleaseMutexSem(mutex->hMutex);
189 if (mutex->hMutex == 0) {
193 rc = DosCloseMutexSem(mutex->hMutex);
196 mutex->hMutex = 0;
213 *ospmutex = pmutex->hMutex;
229 new->hMutex
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/locks/win32/
H A Dproc_mutex.c43 HANDLE hMutex; local
60 hMutex = CreateMutexW(NULL, FALSE, mutexkey);
66 hMutex = CreateMutexA(NULL, FALSE, mutexkey);
70 if (!hMutex) {
76 (*mutex)->handle = hMutex;
87 HANDLE hMutex; local
102 hMutex = CreateMutex(NULL, FALSE, mutexkey);
103 if (hMutex && ERROR_ALREADY_EXISTS != GetLastError()) {
104 CloseHandle(hMutex);
105 hMutex
[all...]
/macosx-10.9.5/apr-30/apr/apr/locks/win32/
H A Dproc_mutex.c43 HANDLE hMutex; local
60 hMutex = CreateMutexW(NULL, FALSE, mutexkey);
66 hMutex = CreateMutexA(NULL, FALSE, mutexkey);
70 if (!hMutex) {
76 (*mutex)->handle = hMutex;
87 HANDLE hMutex; local
102 hMutex = CreateMutex(NULL, FALSE, mutexkey);
103 if (hMutex && ERROR_ALREADY_EXISTS != GetLastError()) {
104 CloseHandle(hMutex);
105 hMutex
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c31675 HANDLE hMutex; /* Mutex used to control access to shared lock */ member in struct:winFile
[all...]

Completed in 490 milliseconds