Searched defs:global_context (Results 1 – 7 of 7) sorted by relevance
| /third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
| D | memtoy.h | 42 typedef struct global_context { struct 43 char *program_name; /* argv[0] - for reference in messages */ 45 unsigned long options; /* command line options, ... */ 47 siginfo_t *siginfo; /* signal info, if signalled != 0 */ 48 char *signame; /* name of signal, if any */ 49 sigjmp_buf sigjmp_env; /* embedded setjmp buffer */ 50 bool sigjmp; /* sigsetjmp is "armed" */ 52 size_t pagesize; /* system page size for mmap, ... */ 54 int numa_max_node; /* if >0, numa supported */ 56 segment_t **seglist; /* list of known segments */ [all …]
|
| /third_party/node/deps/v8/src/torque/ |
| D | server-data.h | 49 static void SetGlobalContext(GlobalContext global_context) { in SetGlobalContext()
|
| D | torque-compiler.cc | 49 GlobalContext::Scope global_context(std::move(CurrentAst::Get())); in CompileCurrentAst() local
|
| /third_party/benchmark/src/ |
| D | reporter.cc | 71 std::map<std::string, std::string> *global_context = in PrintBasicContext() local
|
| D | json_reporter.cc | 177 std::map<std::string, std::string>* global_context = in ReportContext() local
|
| D | benchmark.cc | 149 std::map<std::string, std::string>* global_context = nullptr; variable
|
| /third_party/benchmark/test/ |
| D | benchmark_gtest.cc | 139 std::map<std::string, std::string> *&global_context = GetGlobalContext(); in TEST() local 154 std::map<std::string, std::string> *&global_context = GetGlobalContext(); in TEST() local
|