Home
last modified time | relevance | path

Searched refs:JackWinMutex (Results 1 – 4 of 4) sorted by relevance

/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/windows/
H A DJackWinMutex.cpp77 bool JackWinMutex::Lock() in Lock()
87 bool JackWinMutex::Trylock() in Trylock()
97 bool JackWinMutex::Unlock() in Unlock()
H A DJackWinMutex.h66 class SERVER_EXPORT JackWinMutex
75 JackWinMutex(const char* name = NULL)
89 virtual ~JackWinMutex() in ~JackWinMutex()
H A DJackWinProcessSync.h32 class JackWinProcessSync : public JackWinMutex
41 JackWinProcessSync(const char* name = NULL):JackWinMutex(name) in JackWinMutex() function
H A DJackPlatformPlug_os.h43 class JackWinMutex; variable
57 namespace Jack {typedef JackWinMutex JackMutex; }