summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/z_Windows_NT_util.c
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2016-01-27 20:44:49 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2016-01-27 20:44:49 +0000
commitbf89c491c5a9c59609957bde82648f752bb089e7 (patch)
treea8c1d67ccbab913cd94a034590b472b6fcd2b331 /openmp/runtime/src/z_Windows_NT_util.c
parent48c26de04e7ad4c6323919e4744ccd8b546c3fd8 (diff)
downloadbcm5719-llvm-bf89c491c5a9c59609957bde82648f752bb089e7.tar.gz
bcm5719-llvm-bf89c491c5a9c59609957bde82648f752bb089e7.zip
Removing extra empty lines
llvm-svn: 258984
Diffstat (limited to 'openmp/runtime/src/z_Windows_NT_util.c')
-rw-r--r--openmp/runtime/src/z_Windows_NT_util.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/openmp/runtime/src/z_Windows_NT_util.c b/openmp/runtime/src/z_Windows_NT_util.c
index 7ac3eaefa1f..e305109e570 100644
--- a/openmp/runtime/src/z_Windows_NT_util.c
+++ b/openmp/runtime/src/z_Windows_NT_util.c
@@ -228,7 +228,6 @@ __kmp_win32_cond_wait( kmp_win32_cond_t *cv, kmp_win32_mutex_t *mx, kmp_info_t *
__kmp_win32_mutex_unlock( &cv->waiters_count_lock_ );
__kmp_win32_mutex_unlock( mx );
-
for (;;) {
int wait_done;
@@ -394,7 +393,6 @@ static inline void __kmp_suspend_template( int th_gtid, C *flag )
}
deactivated = TRUE;
-
__kmp_win32_cond_wait( &th->th.th_suspend_cv, &th->th.th_suspend_mx, 0, 0 );
}
else {
@@ -420,7 +418,6 @@ static inline void __kmp_suspend_template( int th_gtid, C *flag )
}
}
-
__kmp_win32_mutex_unlock( &th->th.th_suspend_mx );
KF_TRACE( 30, ("__kmp_suspend_template: T#%d exit\n", th_gtid ) );
@@ -481,7 +478,6 @@ static inline void __kmp_resume_template( int target_gtid, C *flag )
KF_TRACE( 5, ( "__kmp_resume_template: T#%d about to wakeup T#%d, reset sleep bit for flag's loc(%p)\n",
gtid, target_gtid, flag->get() ) );
-
__kmp_win32_cond_signal( &th->th.th_suspend_cv );
__kmp_win32_mutex_unlock( &th->th.th_suspend_mx );
@@ -1141,7 +1137,6 @@ __kmp_elapsed_tick( double *t )
void
__kmp_read_system_time( double *delta )
{
-
if (delta != NULL) {
BOOL status;
LARGE_INTEGER now;
@@ -1211,7 +1206,6 @@ __kmp_launch_worker( void *arg )
return exit_val;
}
-
/* The monitor thread controls all of the threads in the complex */
void * __stdcall
OpenPOWER on IntegriCloud