Searched defs:cmp (Results 1 – 6 of 6) sorted by relevance
64 int cmp = this.process.compareTo(that.process); in compareTo() local102 int cmp = this.process.compareTo(that.process); in compareTo() local
26 __u32 cmp[2]; member
103 int cmp = this.tid - that.tid; in compareTo() local
60 #define FUTEX_OP(op, oparg, cmp, cmparg) (((op & 0xf) << 28) | ((cmp & 0xf) << 24) | ((oparg & … argument
90 #define FUTEX_OP(op, oparg, cmp, cmparg) (((op & 0xf) << 28) | ((cmp & 0xf) << 24) | ((oparg & … argument
464 final java.util.Comparator<ThreadSnapshot> cmp in sortThreads() local