Home
last modified time | relevance | path

Searched defs:GLOBAL_UNLOCK (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/twain/
H A Dttwain_global_def.h10 #define GLOBAL_UNLOCK(P) GlobalUnlock(P) macro
37 #define GLOBAL_UNLOCK(P) HUnlock((TW_HANDLE)P) macro
47 #define GLOBAL_UNLOCK(P) macro
/dports/net/p5-Socket-Class/Socket-Class-2.258/
H A Dsocket_class.h361 #define GLOBAL_UNLOCK() MUTEX_UNLOCK( &sc_global.thread_lock ) macro
366 #define GLOBAL_UNLOCK() macro
/dports/lang/tcl86/tcl8.6.12/unix/
H A DtclUnixThrd.c52 #define GLOBAL_UNLOCK pthread_mutex_unlock(&globalLock) macro
/dports/lang/tcl86/tcl8.6.12/win/
H A DtclWinThrd.c34 #define GLOBAL_UNLOCK TclpGlobalUnlock() macro
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/wf/
H A Dwfc_client_stream.c61 #define GLOBAL_UNLOCK() do {vcos_mutex_unlock(&wfc_stream_global_lock);} while (0) macro