Home
last modified time | relevance | path

Searched defs:old_head (Results 1 – 6 of 6) sorted by relevance

/third_party/googletest/googletest/samples/
Dsample3-inl.h134 const QueueNode<E>* const old_head = head_; in Dequeue() local
142 delete old_head; in Dequeue() local
/third_party/mesa3d/src/util/
Dsparse_array.c250 uint64_t current_head, old_head; in util_sparse_array_free_list_push() local
274 uint64_t old_head = p_atomic_cmpxchg(&fl->head, current_head, new_head); in util_sparse_array_free_list_pop_idx() local
295 uint64_t old_head = p_atomic_cmpxchg(&fl->head, current_head, new_head); in util_sparse_array_free_list_pop_elem() local
/third_party/node/deps/v8/src/base/
Dthreaded-list.h57 T* old_head = head_; in DropHead() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c361 struct list_head *old_head = &cache->size_list[i]; in reallocate_size_list() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_bufmgr.c294 struct list_head *old_head = &cache->size_list[i]; in v3d_bo_last_unreference_locked_timed() local
/third_party/python/Python/
Dpystate.c335 PyInterpreterState *old_head = interpreters->head; in PyInterpreterState_New() local
826 PyThreadState *old_head = interp->threads.head; in new_threadstate() local