Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dlock_free_slist.h55 void push(item* __item) { in push() argument
78 :"a" (_M._M_data._M_top), "d" (_M._M_data._M_sequence), "c" (__item), "S" (&_M._M_data) in push()
209 void push(item* __item) { in push() argument
214 mov ebx, __item in push()
223 InterlockedPushEntrySList(&_M_head, __item); in push()