Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Side by Side Diff: runtime/vm/vm_sources.gypi

Issue 1337943004: Add ThreadBarrier; use in GCMarker and unit test (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add usage example. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This file contains all sources (vm and tests) for the dart virtual machine. 5 # This file contains all sources (vm and tests) for the dart virtual machine.
6 # Unit test files need to have a '_test' suffix appended to the name. 6 # Unit test files need to have a '_test' suffix appended to the name.
7 { 7 {
8 'sources': [ 8 'sources': [
9 'allocation.cc', 9 'allocation.cc',
10 'allocation.h', 10 'allocation.h',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'stub_code_mips.cc', 439 'stub_code_mips.cc',
440 'stub_code_mips_test.cc', 440 'stub_code_mips_test.cc',
441 'stub_code_x64.cc', 441 'stub_code_x64.cc',
442 'stub_code_x64_test.cc', 442 'stub_code_x64_test.cc',
443 'symbols.cc', 443 'symbols.cc',
444 'symbols.h', 444 'symbols.h',
445 'tags.cc', 445 'tags.cc',
446 'tags.h', 446 'tags.h',
447 'thread.cc', 447 'thread.cc',
448 'thread.h', 448 'thread.h',
449 'thread_barrier.h',
450 'thread_barrier_test.cc',
449 'thread_interrupter.cc', 451 'thread_interrupter.cc',
450 'thread_interrupter.h', 452 'thread_interrupter.h',
451 'thread_interrupter_android.cc', 453 'thread_interrupter_android.cc',
452 'thread_interrupter_linux.cc', 454 'thread_interrupter_linux.cc',
453 'thread_interrupter_macos.cc', 455 'thread_interrupter_macos.cc',
454 'thread_interrupter_test.cc', 456 'thread_interrupter_test.cc',
455 'thread_interrupter_win.cc', 457 'thread_interrupter_win.cc',
456 'thread_pool.cc', 458 'thread_pool.cc',
457 'thread_pool.h', 459 'thread_pool.h',
458 'thread_pool_test.cc', 460 'thread_pool_test.cc',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'vtune.h', 500 'vtune.h',
499 'weak_code.cc', 501 'weak_code.cc',
500 'weak_code.h', 502 'weak_code.h',
501 'weak_table.cc', 503 'weak_table.cc',
502 'weak_table.h', 504 'weak_table.h',
503 'zone.cc', 505 'zone.cc',
504 'zone.h', 506 'zone.h',
505 'zone_test.cc', 507 'zone_test.cc',
506 ], 508 ],
507 } 509 }
OLDNEW
« runtime/vm/thread_barrier.h ('K') | « runtime/vm/thread_barrier_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698