HomeSort by: relevance | last modified time | path
    Searched defs:sec_t (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sec.h 87 typedef struct sec_s sec_t; typedef in typeref:struct:sec_s
97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback,
99 void sec_flush(tsdn_t *tsdn, sec_t *sec);
100 void sec_disable(tsdn_t *tsdn, sec_t *sec);
108 void sec_stats_merge(tsdn_t *tsdn, sec_t *sec, sec_stats_t *stats);
109 void sec_mutex_stats_read(tsdn_t *tsdn, sec_t *sec,
116 void sec_prefork2(tsdn_t *tsdn, sec_t *sec);
117 void sec_postfork_parent(tsdn_t *tsdn, sec_t *sec);
118 void sec_postfork_child(tsdn_t *tsdn, sec_t *sec);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sec.h 87 typedef struct sec_s sec_t; typedef in typeref:struct:sec_s
97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback,
99 void sec_flush(tsdn_t *tsdn, sec_t *sec);
100 void sec_disable(tsdn_t *tsdn, sec_t *sec);
108 void sec_stats_merge(tsdn_t *tsdn, sec_t *sec, sec_stats_t *stats);
109 void sec_mutex_stats_read(tsdn_t *tsdn, sec_t *sec,
116 void sec_prefork2(tsdn_t *tsdn, sec_t *sec);
117 void sec_postfork_parent(tsdn_t *tsdn, sec_t *sec);
118 void sec_postfork_child(tsdn_t *tsdn, sec_t *sec);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sec.h 87 typedef struct sec_s sec_t; typedef in typeref:struct:sec_s
97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback,
99 void sec_flush(tsdn_t *tsdn, sec_t *sec);
100 void sec_disable(tsdn_t *tsdn, sec_t *sec);
108 void sec_stats_merge(tsdn_t *tsdn, sec_t *sec, sec_stats_t *stats);
109 void sec_mutex_stats_read(tsdn_t *tsdn, sec_t *sec,
116 void sec_prefork2(tsdn_t *tsdn, sec_t *sec);
117 void sec_postfork_parent(tsdn_t *tsdn, sec_t *sec);
118 void sec_postfork_child(tsdn_t *tsdn, sec_t *sec);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
sec.h 87 typedef struct sec_s sec_t; typedef in typeref:struct:sec_s
97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback,
99 void sec_flush(tsdn_t *tsdn, sec_t *sec);
100 void sec_disable(tsdn_t *tsdn, sec_t *sec);
108 void sec_stats_merge(tsdn_t *tsdn, sec_t *sec, sec_stats_t *stats);
109 void sec_mutex_stats_read(tsdn_t *tsdn, sec_t *sec,
116 void sec_prefork2(tsdn_t *tsdn, sec_t *sec);
117 void sec_postfork_parent(tsdn_t *tsdn, sec_t *sec);
118 void sec_postfork_child(tsdn_t *tsdn, sec_t *sec);
  /src/external/gpl3/binutils/dist/bfd/
elf32-nds32.c 6676 asection *sec_t = NULL;
6679 sec_t = bfd_get_section_by_name (ibfd, ".nds32_e_flags");
6681 if (sec_t && sec_t->size >= 4)
6686 nds32_get_section_contents (ibfd, sec_t, &contents, true);
6707 sec_t->flags |= SEC_EXCLUDE;
6672 asection *sec_t = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-nds32.c 6676 asection *sec_t = NULL;
6679 sec_t = bfd_get_section_by_name (ibfd, ".nds32_e_flags");
6681 if (sec_t && sec_t->size >= 4)
6686 nds32_get_section_contents (ibfd, sec_t, &contents, true);
6707 sec_t->flags |= SEC_EXCLUDE;
6672 asection *sec_t = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-nds32.c 6669 asection *sec_t = NULL;
6672 sec_t = bfd_get_section_by_name (ibfd, ".nds32_e_flags");
6674 if (sec_t && sec_t->size >= 4)
6679 nds32_get_section_contents (ibfd, sec_t, &contents, true);
6700 sec_t->flags |= SEC_EXCLUDE;
6665 asection *sec_t = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-nds32.c 6675 asection *sec_t = NULL;
6678 sec_t = bfd_get_section_by_name (ibfd, ".nds32_e_flags");
6680 if (sec_t && sec_t->size >= 4)
6685 nds32_get_section_contents (ibfd, sec_t, &contents, true);
6706 sec_t->flags |= SEC_EXCLUDE;
6671 asection *sec_t = NULL; local

Completed in 47 milliseconds