Home
last modified time | relevance | path

Searched refs:ThreadFunction_ (Results 1 – 3 of 3) sorted by relevance

/dports/devel/loki/loki-0.1.7/test/LockingPtr/
H A DThread.h24 typedef unsigned int (WINAPI*ThreadFunction_)(void *); typedef
29 (int)((*handle=(HANDLE) _beginthreadex (NULL,0,(ThreadFunction_)func,arg,0,NULL))==NULL)
/dports/devel/loki/loki-0.1.7/test/SmartPtr/
H A DLockTest.cpp52 typedef unsigned int ( WINAPI * ThreadFunction_ )( void * ); typedef
57 (int)((*handle=(HANDLE) _beginthreadex (NULL,0,(ThreadFunction_)func,arg,0,NULL))==NULL)
/dports/devel/loki/loki-0.1.7/test/LevelMutex/
H A DMultiThreadTests.cpp65 typedef unsigned int ( WINAPI * ThreadFunction_ )( void * ); typedef
70 … (int)((*handle=(HANDLE) _beginthreadex (nullptr,0,(ThreadFunction_)func,arg,0,nullptr))==nullptr)