Home
last modified time | relevance | path

Searched refs:ulrc (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dthread.cpp114 if (ulrc != 0) in wxMutexInternal()
146 switch (ulrc) in LockTimeout()
175 if (ulrc != 0) in Unlock()
211 APIRET ulrc; in wxSemaphoreInternal() local
221 if (ulrc != 0) in wxSemaphoreInternal()
229 if ( ulrc != 0) in wxSemaphoreInternal()
259 APIRET ulrc; in WaitTimeout() local
318 APIRET ulrc; in Post() local
332 if ( ulrc != NO_ERROR && ulrc != ERROR_ALREADY_POSTED ) in Post()
475 if (ulrc != 0) in SetPriority()
[all …]
H A Dutils.cpp348 APIRET ulrc; in wxGetOsVersion() local
350 ulrc = ::DosQuerySysInfo( QSV_VERSION_MINOR, in wxGetOsVersion()
356 if (ulrc == 0L) in wxGetOsVersion()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dthread.cpp114 if (ulrc != 0) in wxMutexInternal()
146 switch (ulrc) in LockTimeout()
175 if (ulrc != 0) in Unlock()
211 APIRET ulrc; in wxSemaphoreInternal() local
221 if (ulrc != 0) in wxSemaphoreInternal()
229 if ( ulrc != 0) in wxSemaphoreInternal()
259 APIRET ulrc; in WaitTimeout() local
318 APIRET ulrc; in Post() local
332 if ( ulrc != NO_ERROR && ulrc != ERROR_ALREADY_POSTED ) in Post()
475 if (ulrc != 0) in SetPriority()
[all …]
H A Dutils.cpp348 APIRET ulrc; in wxGetOsVersion() local
350 ulrc = ::DosQuerySysInfo( QSV_VERSION_MINOR, in wxGetOsVersion()
356 if (ulrc == 0L) in wxGetOsVersion()
/dports/devel/sdl12/SDL-1.2.15/src/thread/os2/
H A DSDL_syssem.c46 ULONG ulrc; in SDL_CreateSemaphore() local
52 ulrc = DosCreateMutexSem(NULL,&(sem->id),0,TRUE); in SDL_CreateSemaphore()
53 if ( ulrc ) { in SDL_CreateSemaphore()
84 ULONG ulrc; in SDL_SemWaitTimeout() local
94 if (ulrc) { in SDL_SemWaitTimeout()
113 ulrc = DosRequestMutexSem(sem->id, SEM_INDEFINITE_WAIT); in SDL_SemWaitTimeout()
114 if (ulrc==NO_ERROR) in SDL_SemWaitTimeout()
132 ulrc = DosRequestMutexSem(sem->id, SEM_INDEFINITE_WAIT); in SDL_SemWaitTimeout()
133 if (ulrc) { in SDL_SemWaitTimeout()
147 ulrc = DosWaitEventSem(sem->changed, timeout); in SDL_SemWaitTimeout()
[all …]
H A DSDL_sysmutex.c41 APIRET ulrc; in SDL_CreateMutex() local
48 ulrc = DosCreateMutexSem(NULL, // Create unnamed semaphore in SDL_CreateMutex()
52 if (ulrc!=NO_ERROR) in SDL_CreateMutex()
/dports/devel/sdl12/SDL-1.2.15/src/loadso/os2/
H A DSDL_sysloadso.c40 APIRET ulrc = DosLoadModule(buf, sizeof (buf), (char *) sofile, &handle); in SDL_LoadObject() local
43 if ((ulrc != NO_ERROR) || (handle == NULL)) in SDL_LoadObject()
53 APIRET ulrc = DosQueryProcAddr((HMODULE)handle, 0, (char *)name, &symbol); in SDL_LoadFunction() local
54 if (ulrc == ERROR_INVALID_HANDLE) in SDL_LoadFunction()
56 else if (ulrc == ERROR_INVALID_NAME) in SDL_LoadFunction()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_os2.c183 APIRET ulrc; in TIFFOpen() local
212 ulrc = DosOpen( name, (HFILE*)&fd, &dwAction, FILE_ARCHIVED|FILE_NORMAL in TIFFOpen()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_os2.c183 APIRET ulrc; in TIFFOpen() local
212 ulrc = DosOpen( name, (HFILE*)&fd, &dwAction, FILE_ARCHIVED|FILE_NORMAL in TIFFOpen()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_os2.c183 APIRET ulrc; in TIFFOpen() local
212 ulrc = DosOpen( name, (HFILE*)&fd, &dwAction, FILE_ARCHIVED|FILE_NORMAL in TIFFOpen()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_os2.c183 APIRET ulrc; in TIFFOpen() local
212 ulrc = DosOpen( name, (HFILE*)&fd, &dwAction, FILE_ARCHIVED|FILE_NORMAL in TIFFOpen()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/linking/
H A Dprlink.c1121 APIRET ulrc = DosQueryModFromEIP(&module, NULL, 0, NULL, NULL, (ULONG) addr); in PR_GetLibraryFilePathname()
1122 if ((NO_ERROR != ulrc) || (NULL == module) ) { in PR_GetLibraryFilePathname()
1127 ulrc = DosQueryModuleName(module, sizeof module_name, module_name); in PR_GetLibraryFilePathname()
1128 if (NO_ERROR != ulrc) { in PR_GetLibraryFilePathname()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/linking/
H A Dprlink.c1121 APIRET ulrc = DosQueryModFromEIP(&module, NULL, 0, NULL, NULL, (ULONG) addr); in PR_GetLibraryFilePathname()
1122 if ((NO_ERROR != ulrc) || (NULL == module) ) { in PR_GetLibraryFilePathname()
1127 ulrc = DosQueryModuleName(module, sizeof module_name, module_name); in PR_GetLibraryFilePathname()
1128 if (NO_ERROR != ulrc) { in PR_GetLibraryFilePathname()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/linking/
H A Dprlink.c1121 APIRET ulrc = DosQueryModFromEIP(&module, NULL, 0, NULL, NULL, (ULONG) addr); in PR_GetLibraryFilePathname()
1122 if ((NO_ERROR != ulrc) || (NULL == module) ) { in PR_GetLibraryFilePathname()
1127 ulrc = DosQueryModuleName(module, sizeof module_name, module_name); in PR_GetLibraryFilePathname()
1128 if (NO_ERROR != ulrc) { in PR_GetLibraryFilePathname()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/linking/
H A Dprlink.c1121 APIRET ulrc = DosQueryModFromEIP(&module, NULL, 0, NULL, NULL, (ULONG) addr); in PR_GetLibraryFilePathname()
1122 if ((NO_ERROR != ulrc) || (NULL == module) ) { in PR_GetLibraryFilePathname()
1127 ulrc = DosQueryModuleName(module, sizeof module_name, module_name); in PR_GetLibraryFilePathname()
1128 if (NO_ERROR != ulrc) { in PR_GetLibraryFilePathname()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/linking/
H A Dprlink.c1460 APIRET ulrc = DosQueryModFromEIP(&module, NULL, 0, NULL, NULL, (ULONG) addr); in PR_GetLibraryFilePathname()
1461 if ((NO_ERROR != ulrc) || (NULL == module) ) { in PR_GetLibraryFilePathname()
1466 ulrc = DosQueryModuleName(module, sizeof module_name, module_name); in PR_GetLibraryFilePathname()
1467 if (NO_ERROR != ulrc) { in PR_GetLibraryFilePathname()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/linking/
H A Dprlink.c1587 APIRET ulrc = DosQueryModFromEIP(&module, NULL, 0, NULL, NULL, (ULONG) addr); in PR_GetLibraryFilePathname()
1588 if ((NO_ERROR != ulrc) || (NULL == module) ) { in PR_GetLibraryFilePathname()
1593 ulrc = DosQueryModuleName(module, sizeof module_name, module_name); in PR_GetLibraryFilePathname()
1594 if (NO_ERROR != ulrc) { in PR_GetLibraryFilePathname()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/linking/
H A Dprlink.c1587 APIRET ulrc = DosQueryModFromEIP(&module, NULL, 0, NULL, NULL, (ULONG) addr); in PR_GetLibraryFilePathname()
1588 if ((NO_ERROR != ulrc) || (NULL == module) ) { in PR_GetLibraryFilePathname()
1593 ulrc = DosQueryModuleName(module, sizeof module_name, module_name); in PR_GetLibraryFilePathname()
1594 if (NO_ERROR != ulrc) { in PR_GetLibraryFilePathname()