Searched defs:call (Results 1 - 7 of 7) sorted by relevance
/gem5/tests/testing/ |
H A D | helpers.py | 89 def call(self, timeout=0): member in class:ProcessHelper
|
/gem5/src/base/ |
H A D | coroutine.hh | 254 call() function in class:m5::Coroutine
|
/gem5/ext/googletest/googlemock/test/ |
H A D | gmock-generated-function-mockers_test.cc | 601 auto call = [](const std::function<int(int)> &f, int i) { local
|
/gem5/src/arch/arm/ |
H A D | semihosting.hh | 299 RetErrno (ArmSemihosting::*call)(ThreadContext *tc, bool aarch64, member in struct:ArmSemihosting::SemiCall [all...] |
H A D | semihosting.cc | 158 const SemiCall *call = getCall(op, true); local 193 const SemiCall *call = getCall(op, false); local [all...] |
/gem5/ext/pybind11/include/pybind11/ |
H A D | attr.h | 448 static void precall(function_call &call) { keep_alive_impl(Nurse, Patient, call, handl argument 454 postcall(function_call &call, handle ret) argument 467 precall(function_call &call) argument 471 postcall(function_call &call, handle fn_ret) argument [all...] |
H A D | pybind11.h | 1625 keep_alive_impl(size_t Nurse, size_t Patient, function_call &call, handle ret) argument [all...] |
Completed in 19 milliseconds