Home
last modified time | relevance | path

Searched refs:current (Results 1 – 4 of 4) sorted by relevance

/kernel/lib/topology/
A Dsystem-topology_test.cpp71 Node* current = processor; in test_flat_to_heap_walk_result() local
72 Node* next = current->parent; in test_flat_to_heap_walk_result()
77 found |= child == current; in test_flat_to_heap_walk_result()
82 current = current->parent; in test_flat_to_heap_walk_result()
83 next = current->parent; in test_flat_to_heap_walk_result()
/kernel/arch/x86/
A Dioport.cpp150 IoBitmap& current = GetCurrent(); in SetIoBitmap() local
151 if (this == &current) { in SetIoBitmap()
/kernel/object/include/object/
A Dprocess_dispatcher.h57 ThreadDispatcher* current = ThreadDispatcher::GetCurrent(); in GetCurrent() local
58 DEBUG_ASSERT(current); in GetCurrent()
59 return current->process(); in GetCurrent()
/kernel/kernel/
A Dthread.cpp1392 thread_t* current = get_current_thread(); in thread_append_current_backtrace() local
1395 if (!current || !fp) { in thread_append_current_backtrace()
1400 size_t count = thread_get_backtrace(current, fp, &tb); in thread_append_current_backtrace()

Completed in 15 milliseconds