mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 11:33:43 +00:00
Added 'done' messages.
svn path=/trunk/; revision=6504
This commit is contained in:
parent
e11643fd66
commit
fc75de898d
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,8 @@ DWORD WINAPI thread1(LPVOID crap)
|
|||
ReleaseMutex(hMutex);
|
||||
}
|
||||
|
||||
dprintf("Thread 1 done!\n");
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
@ -78,6 +80,8 @@ DWORD WINAPI thread2(LPVOID crap)
|
|||
ReleaseMutex(hMutex);
|
||||
}
|
||||
|
||||
dprintf("Thread 2 done!\n");
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue