Searched refs:TId (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-generic.h | 238 #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, UW, UW, UW, UW, UW, UW ); [all …]
|
D | priv_syswrap-linux.h | 302 #define TId ThreadId macro 306 extern void ML_(linux_PRE_sys_msgsnd) ( TId, UW, UW, UW, UW ); 307 extern void ML_(linux_PRE_sys_msgrcv) ( TId, UW, UW, UW, UW, UW ); 308 extern void ML_(linux_POST_sys_msgrcv) ( TId, UW, UW, UW, UW, UW, UW ); 309 extern void ML_(linux_PRE_sys_msgctl) ( TId, UW, UW, UW ); 310 extern void ML_(linux_POST_sys_msgctl) ( TId, UW, UW, UW, UW ); 311 extern void ML_(linux_PRE_sys_getsockopt) ( TId, UW, UW, UW, UW, UW ); 312 extern void ML_(linux_POST_sys_getsockopt) ( TId, SR, UW, UW, UW, UW, UW ); 313 extern void ML_(linux_PRE_sys_setsockopt) ( TId, UW, UW, UW, UW, UW ); 314 extern void ML_(linux_PRE_sys_recvmmsg) ( TId, UW, UW, UW, UW, UW ); [all …]
|
D | priv_syswrap-linux-variants.h | 41 #define TId ThreadId macro 50 #undef TId
|
/external/drm_hwcomposer/ |
D | separate_rects.h | 91 typedef TUInt TId; typedef 96 IdSet(TId id) : bitset(0) { in IdSet() 100 void add(TId id) { in add() 104 void subtract(TId id) { in subtract() 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 id) const { 131 IdSet<TId> ret; 137 static const int max_elements = sizeof(TId) * 8; [all …]
|
D | separate_rects.cpp | 30 template <typename TId, typename TNum> 32 IdSet<TId> id_set; 37 bool operator<(const StartedRect<TId, TNum> &rhs) const { in operator <() 43 template <typename TId, typename TNum> 51 TId rect_id; 53 bool operator<(const SweepEvent<TId, TNum> &rhs) const { in operator <() 73 template <typename TNum, typename TId> 75 std::vector<RectSet<TId, TNum>> *out) { in separate_rects() argument 88 if (in.size() > IdSet<TId>::max_elements) { in separate_rects() 94 std::set<SweepEvent<TId, TNum>> sweep_h_events; // Left or right bounds in separate_rects() [all …]
|