Home
last modified time | relevance | path

Searched defs:global_context (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.h42 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/
Dserver-data.h49 static void SetGlobalContext(GlobalContext global_context) { in SetGlobalContext()
Dtorque-compiler.cc49 GlobalContext::Scope global_context(std::move(CurrentAst::Get())); in CompileCurrentAst() local
/third_party/benchmark/src/
Dreporter.cc71 std::map<std::string, std::string> *global_context = in PrintBasicContext() local
Djson_reporter.cc177 std::map<std::string, std::string>* global_context = in ReportContext() local
Dbenchmark.cc149 std::map<std::string, std::string>* global_context = nullptr; variable
/third_party/benchmark/test/
Dbenchmark_gtest.cc139 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