HomeSort by: relevance | last modified time | path
    Searched refs:contention (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
spinlock.d 16 enum Contention : ubyte
24 this(Contention contention)
26 this.contention = contention;
35 immutable step = 1 << contention;
75 Contention contention;
81 this(SpinLock.Contention contention) @trusted @nogc nothro
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
threadstest.c 108 static int contention = 0; variable
129 if (contention == 0)
291 contention = 0;
297 contention = 1;
330 if (contention == 0) {
335 if (contention == 0)
342 if (contention == 0)
345 if (contention != 0) {
450 rcu_lock = ossl_rcu_lock_new(contention == 2 ? 4 : 1, NULL);
498 contention = 0
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/m88k/
mul_1.s 42 ; pipeline stalls 2 cycles due to WB contention.)
45 ; pipeline stalls 2 cycles due to WB contention and 1 cycle due to latency.)
49 ; 2. Schedule code to avoid WB contention. It might be tempting to move the
50 ; ld instruction in the loops down to save 2 cycles (less WB contention),
add_n.s 40 ; load stalls and writeback contention. As a result, the instruction
sub_n.s 40 ; load stalls and writeback contention. As a result, the instruction
  /src/external/lgpl3/gmp/dist/mpn/pa32/
add_n.asm 41 C the data cache contention after a store makes such unrolling useless. We
sub_n.asm 41 C the data cache contention after a store makes such unrolling useless. We
  /src/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
addmul_1.asm 41 C not become faster due to data cache contention after a store. On the PA7100
mul_1.asm 41 C not become faster due to data cache contention after a store. On the PA7100
submul_1.asm 41 C not become faster due to data cache contention after a store. On the PA7100
  /src/external/bsd/jemalloc/dist/bin/
jeprof 108 my $CONTENTION_PAGE = "/pprof/contention";
220 Contention-profile options:
386 # contention
1193 } elsif ($main::profile_type eq 'contention') {
2727 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
2766 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
3042 } elsif ($main::profile_type eq 'contention') {
3621 $main::profile_type = 'contention';
3965 $main::profile_type = 'contention';
3969 "Old format contention profile: mistakenly reports "
    [all...]
jeprof.in 108 my $CONTENTION_PAGE = "/pprof/contention";
220 Contention-profile options:
386 # contention
1193 } elsif ($main::profile_type eq 'contention') {
2727 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
2766 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
3042 } elsif ($main::profile_type eq 'contention') {
3621 $main::profile_type = 'contention';
3965 $main::profile_type = 'contention';
3969 "Old format contention profile: mistakenly reports "
    [all...]
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof 108 my $CONTENTION_PAGE = "/pprof/contention";
220 Contention-profile options:
386 # contention
1193 } elsif ($main::profile_type eq 'contention') {
2727 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
2766 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
3042 } elsif ($main::profile_type eq 'contention') {
3621 $main::profile_type = 'contention';
3965 $main::profile_type = 'contention';
3969 "Old format contention profile: mistakenly reports "
    [all...]
jeprof.in 108 my $CONTENTION_PAGE = "/pprof/contention";
220 Contention-profile options:
386 # contention
1193 } elsif ($main::profile_type eq 'contention') {
2727 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
2766 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
3042 } elsif ($main::profile_type eq 'contention') {
3621 $main::profile_type = 'contention';
3965 $main::profile_type = 'contention';
3969 "Old format contention profile: mistakenly reports "
    [all...]

Completed in 54 milliseconds