simplify; use SemaImpl_Pthreads instead of using low-level semaphores in two places

This commit is contained in:
Glenn Maynard
2004-06-16 03:13:11 +00:00
parent 075bc0ff9a
commit 78411846e0
2 changed files with 6 additions and 7 deletions
@@ -30,7 +30,7 @@ public:
int (*m_pFunc)( void *pData );
void *m_pData;
uint64_t *m_piThreadID;
sem_t m_StartFinishedSem;
SemaImpl *m_StartFinishedSem;
void Halt( bool Kill );
void Resume();