add LockPtr test with a Mutex and Thread class. Now it is possible to do some simple cross platform multithreading withhin Loki
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@491 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
00bb8d6ba8
commit
8840afc7dd
5 changed files with 592 additions and 0 deletions
6
test/LockingPtr/make.msvc.bat
Executable file
6
test/LockingPtr/make.msvc.bat
Executable file
|
@ -0,0 +1,6 @@
|
|||
|
||||
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W0 -wd4710 -I"." -I"..\..\include" main.cpp
|
||||
|
||||
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"main-msvc.exe" ..\..\lib\loki.lib main.obj
|
||||
|
||||
del *.obj
|
Loading…
Add table
Add a link
Reference in a new issue