spacing cleanup
This commit is contained in:
parent
ee8d419fd4
commit
9a47ce7f74
@ -632,7 +632,8 @@ pthread::static_cancel_self (void)
|
||||
}
|
||||
|
||||
|
||||
DWORD pthread::cancelable_wait (HANDLE object, DWORD timeout, const bool do_cancel)
|
||||
DWORD
|
||||
pthread::cancelable_wait (HANDLE object, DWORD timeout, const bool do_cancel)
|
||||
{
|
||||
DWORD res;
|
||||
HANDLE wait_objects[2];
|
||||
@ -2768,6 +2769,7 @@ void
|
||||
pthreadNull::pop_cleanup_handler (int const execute)
|
||||
{
|
||||
}
|
||||
|
||||
unsigned long
|
||||
pthreadNull::getsequence_np ()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user