File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -3408,7 +3408,6 @@ extern kmp_bootstrap_lock_t
3408
3408
__kmp_threads expansion to co-exist */
3409
3409
3410
3410
extern kmp_lock_t __kmp_global_lock; /* control OS/global access */
3411
- extern kmp_queuing_lock_t __kmp_dispatch_lock; /* control dispatch access */
3412
3411
extern kmp_lock_t __kmp_debug_lock; /* control I/O access for KMP_DEBUG */
3413
3412
3414
3413
extern enum library_type __kmp_library;
Original file line number Diff line number Diff line change @@ -488,8 +488,6 @@ KMP_BOOTSTRAP_LOCK_INIT(__kmp_tp_cached_lock);
488
488
KMP_ALIGN_CACHE_INTERNODE
489
489
KMP_LOCK_INIT (__kmp_global_lock); /* Control OS/global access */
490
490
KMP_ALIGN_CACHE_INTERNODE
491
- kmp_queuing_lock_t __kmp_dispatch_lock; /* Control dispatch access */
492
- KMP_ALIGN_CACHE_INTERNODE
493
491
KMP_LOCK_INIT (__kmp_debug_lock); /* Control I/O access for KMP_DEBUG */
494
492
#else
495
493
KMP_ALIGN_CACHE
@@ -508,8 +506,6 @@ KMP_BOOTSTRAP_LOCK_INIT(__kmp_tp_cached_lock);
508
506
KMP_ALIGN (128 )
509
507
KMP_LOCK_INIT(__kmp_global_lock); /* Control OS/global access */
510
508
KMP_ALIGN (128 )
511
- kmp_queuing_lock_t __kmp_dispatch_lock; /* Control dispatch access */
512
- KMP_ALIGN (128 )
513
509
KMP_LOCK_INIT(__kmp_debug_lock); /* Control I/O access for KMP_DEBUG */
514
510
#endif
515
511
Original file line number Diff line number Diff line change @@ -7143,7 +7143,6 @@ static void __kmp_do_serial_initialize(void) {
7143
7143
__kmp_stats_init ();
7144
7144
#endif
7145
7145
__kmp_init_lock (&__kmp_global_lock);
7146
- __kmp_init_queuing_lock (&__kmp_dispatch_lock);
7147
7146
__kmp_init_lock (&__kmp_debug_lock);
7148
7147
__kmp_init_atomic_lock (&__kmp_atomic_lock);
7149
7148
__kmp_init_atomic_lock (&__kmp_atomic_lock_1i);
You can’t perform that action at this time.
0 commit comments