Searched refs:__lx (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dmemory.cpp136 : __lx(p) function
143 mutex& m = *static_cast<mutex*>(__lx);
159 static_cast<mutex*>(__lx)->unlock();
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_num_get.c505 long __lx; local
506 _InputIter __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __s, __err, __lx, (_CharT*)0 );
508 if (__lx == 0)
510 else if (__lx == 1)

Completed in 41 milliseconds