Home
last modified time | relevance | path

Searched defs:_m (Results 1 – 25 of 33) sorted by relevance

12

/external/rust/crates/nix/test/sys/
Dtest_wait.rs11 let _m = crate::FORK_MTX.lock(); in test_wait_signal() localVariable
38 let _m = crate::FORK_MTX.lock(); in test_waitid_signal() localVariable
58 let _m = crate::FORK_MTX.lock(); in test_wait_exit() localVariable
81 let _m = crate::FORK_MTX.lock(); in test_waitid_exit() localVariable
113 let _m = crate::FORK_MTX.lock(); in test_waitstatus_pid() localVariable
132 let _m = crate::FORK_MTX.lock(); in test_waitid_pid() localVariable
238 let _m = crate::FORK_MTX.lock(); in test_wait_ptrace() localVariable
250 let _m = crate::FORK_MTX.lock(); in test_waitid_ptrace() localVariable
Dtest_signal.rs22 let _m = crate::SIGNAL_MTX.lock(); in test_old_sigaction_flags() localVariable
44 let _m = crate::SIGNAL_MTX.lock(); in test_sigprocmask() localVariable
103 let _m = crate::SIGNAL_MTX.lock(); in test_signal_sigaction() localVariable
114 let _m = crate::SIGNAL_MTX.lock(); in test_signal() localVariable
Dtest_ptrace.rs79 let _m = crate::FORK_MTX.lock(); in test_ptrace_cont() localVariable
144 let _m = crate::FORK_MTX.lock(); in test_ptrace_interrupt() localVariable
197 let _m = crate::FORK_MTX.lock(); in test_ptrace_syscall() localVariable
Dtest_termios.rs22 let _m = crate::PTSNAME_MTX.lock(); in test_tcgetattr_pty() localVariable
50 let _m = crate::PTSNAME_MTX.lock(); in test_output_flags() localVariable
96 let _m = crate::PTSNAME_MTX.lock(); in test_local_flags() localVariable
Dtest_signalfd.rs9 let _m = crate::SIGNAL_MTX.lock(); in test_signalfd() localVariable
Dtest_uio.rs228 let _m = crate::FORK_MTX.lock(); in test_process_vm_readv() localVariable
/external/arm-trusted-firmware/include/lib/el3_runtime/
Dcpu_data.h219 #define get_cpu_data(_m) _cpu_data()->_m argument
220 #define set_cpu_data(_m, _v) _cpu_data()->_m = (_v) argument
221 #define get_cpu_data_by_index(_ix, _m) _cpu_data_by_index(_ix)->_m argument
222 #define set_cpu_data_by_index(_ix, _m, _v) _cpu_data_by_index(_ix)->_m = (_v) argument
224 #define flush_cpu_data(_m) flush_dcache_range((uintptr_t) \ argument
227 #define inv_cpu_data(_m) inv_dcache_range((uintptr_t) \ argument
230 #define flush_cpu_data_by_index(_ix, _m) \ argument
/external/rust/crates/nix/test/
Dtest_pty.rs32 let _m = crate::PTSNAME_MTX.lock(); in test_ptsname_equivalence() localVariable
49 let _m = crate::PTSNAME_MTX.lock(); in test_ptsname_copy() localVariable
83 let _m = crate::PTSNAME_MTX.lock(); in test_ptsname_unique() localVariable
101 let _m = crate::PTSNAME_MTX.lock(); in open_ptty_pair() localVariable
202 let _m = crate::PTSNAME_MTX.lock(); in test_openpty() localVariable
237 let _m = crate::PTSNAME_MTX.lock(); in test_openpty_with_termios() localVariable
Dtest_unistd.rs43 let _m = crate::FORK_MTX.lock(); in test_fork_and_waitpid() localVariable
72 let _m = crate::FORK_MTX.lock(); in test_wait() localVariable
136 let _m = crate::CWD_LOCK.read(); in test_mkfifoat_none() localVariable
180 let _m = crate::CWD_LOCK.read(); in test_mkfifoat_directory_none() localVariable
247 let _m = crate::GROUPS_MTX.lock(); in test_setgroups() localVariable
278 let _m = crate::GROUPS_MTX.lock(); in test_initgroups() localVariable
621 let _m = crate::FORK_MTX.lock(); in test_acct() localVariable
820 let _m = crate::SIGNAL_MTX.lock(); in test_alarm() localVariable
859 let _m = crate::SIGNAL_MTX.lock(); in test_canceling_alarm() localVariable
870 let _m = crate::CWD_LOCK.read(); in test_symlinkat() localVariable
[all …]
Dtest_timer.rs26 let _m = crate::SIGNAL_MTX.lock(); in alarm_fires() localVariable
/external/eigen/test/
Dnesting_ops.cpp33 template <typename MatrixType> void run_nesting_ops_1(const MatrixType& _m) in run_nesting_ops_1()
48 template <typename MatrixType> void run_nesting_ops_2(const MatrixType& _m) in run_nesting_ops_2()
Dbandmatrix.cpp12 template<typename MatrixType> void bandmatrix(const MatrixType& _m) in bandmatrix()
Dmapstride.cpp50 template<int Alignment,typename MatrixType> void map_class_matrix(const MatrixType& _m) in map_class_matrix()
/external/rust/crates/indexmap/tests/
Dmacros_full_path.rs3 let _m = indexmap::indexmap! { in test_create_map() localVariable
/external/ComputeLibrary/support/
DSemaphore.h68 arm_compute::Mutex _m; variable
/external/rust/crates/nix/test/test_kmod/
Dmod.rs8 let _m = crate::FORK_MTX.lock(); in compile_kernel_module() localVariable
/external/flatbuffers/tests/MyGame/Example/
DAnyUniqueAliases.cs28 …public static AnyUniqueAliasesUnion FromM(MyGame.Example.MonsterT _m) { return new AnyUniqueAliase… in FromM()
/external/python/cpython2/Lib/
Dtypes.py52 def _m(self): pass member in _C
/external/rust/crates/ash/src/
Dutil.rs20 _m: PhantomData<T>, field
/external/eigen/Eigen/src/Core/
DIO.h131 std::ostream & print_matrix(std::ostream & s, const Derived& _m, const IOFormat& fmt) in print_matrix()
/external/python/cpython3/Lib/json/
Ddecoder.py70 _b=BACKSLASH, _m=STRINGCHUNK.match): argument
/external/python/cpython2/Lib/json/
Ddecoder.py74 _b=BACKSLASH, _m=STRINGCHUNK.match): argument
/external/python/cpython3/Lib/
Dtypes.py40 def _m(self): pass member in _C
/external/ComputeLibrary/src/runtime/CPP/
DCPPScheduler.cpp201 std::mutex _m{}; member in arm_compute::__anon94fbf8260111::Thread
/external/rust/crates/tokio/src/runtime/time/
Dentry.rs305 _m: std::marker::PhantomPinned, field

12