Searched refs:TId (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dpriv_syswrap-linux-variants.h41 #define TId ThreadId macro
50 #undef TId macro
H A Dpriv_syswrap-generic.h238 #define TId ThreadId macro
242 extern void ML_(generic_PRE_sys_socketpair) ( TId, UW, UW, UW, UW );
243 extern SysRes ML_(generic_POST_sys_socketpair) ( TId, SR, UW, UW, UW, UW );
244 extern SysRes ML_(generic_POST_sys_socket) ( TId, SR );
245 extern void ML_(generic_PRE_sys_bind) ( TId, UW, UW, UW );
246 extern void ML_(generic_PRE_sys_accept) ( TId, UW, UW, UW );
247 extern SysRes ML_(generic_POST_sys_accept) ( TId, SR, UW, UW, UW );
248 extern void ML_(generic_PRE_sys_sendto) ( TId, UW, UW, UW, UW, UW, UW );
249 extern void ML_(generic_PRE_sys_send) ( TId, UW, UW, UW );
250 extern void ML_(generic_PRE_sys_recvfrom) ( TId, U
300 #undef TId macro
[all...]
H A Dpriv_syswrap-linux.h298 #define TId ThreadId macro
302 extern void ML_(linux_PRE_sys_msgsnd) ( TId, UW, UW, UW, UW );
303 extern void ML_(linux_PRE_sys_msgrcv) ( TId, UW, UW, UW, UW, UW );
304 extern void ML_(linux_POST_sys_msgrcv) ( TId, UW, UW, UW, UW, UW, UW );
305 extern void ML_(linux_PRE_sys_msgctl) ( TId, UW, UW, UW );
306 extern void ML_(linux_POST_sys_msgctl) ( TId, UW, UW, UW, UW );
307 extern void ML_(linux_PRE_sys_getsockopt) ( TId, UW, UW, UW, UW, UW );
308 extern void ML_(linux_POST_sys_getsockopt) ( TId, SR, UW, UW, UW, UW, UW );
309 extern void ML_(linux_PRE_sys_setsockopt) ( TId, UW, UW, UW, UW, UW );
310 extern void ML_(linux_PRE_sys_recvmmsg) ( TId, U
320 #undef TId macro
[all...]
/external/drm_hwcomposer/
H A Dseparate_rects.h91 typedef TUInt TId; typedef in struct:separate_rects::IdSet
96 IdSet(TId id) : bitset(0) {
100 void add(TId id) {
104 void subtract(TId id) {
116 bool operator==(const IdSet<TId> &rhs) const {
120 bool operator<(const IdSet<TId> &rhs) const {
124 IdSet<TId> operator|(const IdSet<TId> &rhs) const {
130 IdSet<TId> operator|(TId i
[all...]
H A Dseparate_rects.cpp30 template <typename TId, typename TNum>
32 IdSet<TId> id_set;
37 bool operator<(const StartedRect<TId, TNum> &rhs) const {
43 template <typename TId, typename TNum>
51 TId rect_id;
53 bool operator<(const SweepEvent<TId, TNum> &rhs) const {
73 template <typename TNum, typename TId>
75 std::vector<RectSet<TId, TNum>> *out) {
88 if (in.size() > IdSet<TId>::max_elements) {
94 std::set<SweepEvent<TId, TNu
327 typedef uint64_t TId; typedef
[all...]

Completed in 104 milliseconds