Searched refs:current (Results 1 – 4 of 4) sorted by relevance
71 Node* current = processor; in test_flat_to_heap_walk_result() local72 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()
150 IoBitmap& current = GetCurrent(); in SetIoBitmap() local151 if (this == ¤t) { in SetIoBitmap()
57 ThreadDispatcher* current = ThreadDispatcher::GetCurrent(); in GetCurrent() local58 DEBUG_ASSERT(current); in GetCurrent()59 return current->process(); in GetCurrent()
1392 thread_t* current = get_current_thread(); in thread_append_current_backtrace() local1395 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