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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
witness.h 18 * Witnesses with rank WITNESS_RANK_OMIT are completely ignored by the
21 WITNESS_RANK_OMIT,
209 if (witness->rank == WITNESS_RANK_OMIT) {
234 if (witness->rank == WITNESS_RANK_OMIT) {
319 if (witness->rank == WITNESS_RANK_OMIT) {
361 if (witness->rank == WITNESS_RANK_OMIT) {
mutex.h 102 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT), 0}
106 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
112 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT), 0}
116 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
124 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT), 0}
128 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
  /src/external/bsd/jemalloc/include/jemalloc/internal/
witness.h 18 * Witnesses with rank WITNESS_RANK_OMIT are completely ignored by the
21 WITNESS_RANK_OMIT,
209 if (witness->rank == WITNESS_RANK_OMIT) {
234 if (witness->rank == WITNESS_RANK_OMIT) {
319 if (witness->rank == WITNESS_RANK_OMIT) {
361 if (witness->rank == WITNESS_RANK_OMIT) {
mutex.h 102 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT), 0}
106 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
112 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT), 0}
116 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
124 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT), 0}
128 WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
witness.h 11 * Witnesses with rank WITNESS_RANK_OMIT are completely ignored by the witness
15 #define WITNESS_RANK_OMIT 0U
199 if (witness->rank == WITNESS_RANK_OMIT) {
224 if (witness->rank == WITNESS_RANK_OMIT) {
293 if (witness->rank == WITNESS_RANK_OMIT) {
335 if (witness->rank == WITNESS_RANK_OMIT) {
mutex.h 107 WITNESS_INITIALIZER(.witness, "mutex", WITNESS_RANK_OMIT) \
114 WITNESS_INITIALIZER(.witness, "mutex", WITNESS_RANK_OMIT) \
122 WITNESS_INITIALIZER(.witness, "mutex", WITNESS_RANK_OMIT) \
130 WITNESS_INITIALIZER(.witness, "mutex", WITNESS_RANK_OMIT) \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
witness.h 11 * Witnesses with rank WITNESS_RANK_OMIT are completely ignored by the witness
15 #define WITNESS_RANK_OMIT 0U
199 if (witness->rank == WITNESS_RANK_OMIT) {
224 if (witness->rank == WITNESS_RANK_OMIT) {
293 if (witness->rank == WITNESS_RANK_OMIT) {
335 if (witness->rank == WITNESS_RANK_OMIT) {
mutex.h 107 WITNESS_INITIALIZER(.witness, "mutex", WITNESS_RANK_OMIT) \
114 WITNESS_INITIALIZER(.witness, "mutex", WITNESS_RANK_OMIT) \
122 WITNESS_INITIALIZER(.witness, "mutex", WITNESS_RANK_OMIT) \
130 WITNESS_INITIALIZER(.witness, "mutex", WITNESS_RANK_OMIT) \
  /src/external/bsd/jemalloc/dist/src/
tsd.c 447 WITNESS_RANK_OMIT, malloc_mutex_rank_exclusive)) {

Completed in 19 milliseconds