Home
last modified time | relevance | path

Searched defs:tidx (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/tests/kernel/sched/deadline/src/
Dmain.c31 int tidx = POINTER_TO_INT(p1); in worker() local
/Zephyr-Core-3.6.0/kernel/
Duserspace.c267 static bool thread_idx_alloc(uintptr_t *tidx) in thread_idx_alloc()
306 static void thread_idx_free(uintptr_t tidx) in thread_idx_free()
390 uintptr_t tidx = 0; in z_object_alloc() local