Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread field. Use...
commit1ff726f3f50631d8f640b52d4d393843ad69c0f5
authorsletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>
Thu, 5 Nov 2009 22:20:21 +0000 (5 22:20 +0000)
committersletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>
Thu, 5 Nov 2009 22:20:21 +0000 (5 22:20 +0000)
treec82624b58e1e444f9cf26c2ee30240e4ad981eb0
parent760568bb6a235800d817523a0ea105331839d09c
Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread field. Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling thread.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3695 0c269be4-1314-0410-8aa9-9f06e86f4224
ChangeLog
macosx/JackMachThread.cpp
posix/JackPosixThread.cpp
windows/JackWinThread.cpp