Home
last modified time | relevance | path

Searched refs:ForEachChildInLocked (Results 1 – 2 of 2) sorted by relevance

/kernel/object/
A Djob_dispatcher.cpp57 JobDispatcher::LiveRefsArray JobDispatcher::ForEachChildInLocked( in ForEachChildInLocked() function in JobDispatcher
325 jobs_refs = ForEachChildInLocked(jobs_, &result, [&](fbl::RefPtr<JobDispatcher> job) { in Kill()
329 proc_refs = ForEachChildInLocked(procs_, &result, [&](fbl::RefPtr<ProcessDispatcher> proc) { in Kill()
379 proc_refs = ForEachChildInLocked( in EnumerateChildren()
387 jobs_refs = ForEachChildInLocked(jobs_, &result, [&](fbl::RefPtr<JobDispatcher> job) { in EnumerateChildren()
415 proc_refs = ForEachChildInLocked(procs_, &result, [&](fbl::RefPtr<ProcessDispatcher> proc) { in LookupProcessById()
437 jobs_refs = ForEachChildInLocked(jobs_, &result, [&](fbl::RefPtr<JobDispatcher> job) { in LookupJobById()
/kernel/object/include/object/
A Djob_dispatcher.h163 __attribute__((warn_unused_result)) LiveRefsArray ForEachChildInLocked(

Completed in 6 milliseconds