PERFORCE change 66892 for review

David Xu davidxu at FreeBSD.org
Sun Dec 12 07:01:52 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=66892

Change 66892 by davidxu at davidxu_tiger on 2004/12/12 15:01:33

	TDF_UMTXWAKEUP -> TDF_UMTXQ

Affected files ...

.. //depot/projects/davidxu_thread/src/sys/sys/proc.h#4 edit

Differences ...

==== //depot/projects/davidxu_thread/src/sys/sys/proc.h#4 (text+ko) ====

@@ -346,7 +346,7 @@
 #define	TDF_NEEDRESCHED	0x00010000 /* Thread needs to yield. */
 #define	TDF_NEEDSIGCHK	0x00020000 /* Thread may need signal delivery. */
 #define	TDF_XSIG	0x00040000 /* Thread is exchanging signal under trace */
-#define	TDF_UMTXWAKEUP	0x00080000 /* Libthr thread must not sleep on a umtx. */
+#define	TDF_UMTXQ	0x00080000 /* Libthr thread is on a umtx. */
 #define	TDF_THRWAKEUP	0x00100000 /* Libthr thread must not suspend itself. */
 #define	TDF_DBSUSPEND	0x00200000 /* Thread is suspended by debugger */
 #define	TDF_UNUSED22	0x00400000 /* --available -- */


More information about the p4-projects mailing list