Home
last modified time | relevance | path

Searched refs:T2 (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/kernel/metairq_dispatch/
DREADME.rst88 (intended) for non-cooperative threads like T2 and T3 which is attributed to delays
118 I: M1 T2 mirq 4273 disp 12740821 proc 40449 real 41710
119 I: M2 T2 mirq 4273 disp 13311098 proc 43926 real 44140
120 I: M3 T2 mirq 4273 disp 13824365 proc 41212 real 41710
121 I: M4 T2 mirq 4273 disp 14382522 proc 12859 real 13765
122 I: M5 T2 mirq 4273 disp 14869754 proc 17303 real 18625
123 I: M7 T2 mirq 4273 disp 15368993 proc 10666 real 11335
124 I: M15 T2 mirq 4273 disp 15364239 proc 45304 real 46570
125 I: M24 T2 mirq 4273 disp 15602017 proc 39637 real 40495
126 I: M28 T2 mirq 4273 disp 15989555 proc 24436 real 24700
[all …]
/Zephyr-latest/scripts/coccinelle/
Dboolean.cocci17 type T1, T2;
22 T1 function(P1, T2 v, P2) {...}
24 T1 function(P1, T2 *v, P2) {...}
28 t << rule1_base.T2;
Dsame_identifier.cocci58 type T1, T2;
64 T1 function(P1, T2 *v@p, P2) {
70 t << function_match.T2;
Dreserved_names.cocci73 type T1, T2;
79 T1 function(P1, T2 *v@p, P2) {
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Drisc_v.py24 T2 = 7 variable in RegNum
82 self.registers[RegNum.T2] = tu[4]
/Zephyr-latest/doc/develop/west/
Dworkspaces.rst157 - T2: star topology, a Zephyr application is the manifest repository
173 T2: Star topology, application is the manifest repository
211 # Example T2 west.yml, using manifest imports.
323 as shown :ref:`above <west-t2>` for the T2 topology, with the same caveats.
/Zephyr-latest/include/zephyr/sys/
Dcbprintf_cxx.h383 template < typename T1, typename T2 >
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst245 threads T1 and T2 at priorities 1 and 2 respectively. Let T2 be pinned to
246 CPU0 and T1 not be pinned. If CPU0 is executing T2 and CPU1 executing T1,
/Zephyr-latest/doc/develop/application/
Dindex.rst265 This will create a new workspace with the :ref:`T2 topology <west-t2>`, with
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1660 * :github:`43728` - esp32 build error while applicaton in T2 topology