Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/lib/libpthread Contents have moved to other headers.



details:   https://anonhg.NetBSD.org/src/rev/3d22d18d2639
branches:  nathanw_sa
changeset: 504848:3d22d18d2639
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Fri Jul 13 02:26:46 2001 +0000

description:
Contents have moved to other headers.

diffstat:

 lib/libpthread/pthread_mutex.h |  28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)

diffs (32 lines):

diff -r 91cf0b37b126 -r 3d22d18d2639 lib/libpthread/pthread_mutex.h
--- a/lib/libpthread/pthread_mutex.h    Fri Jul 13 02:25:20 2001 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-
-/* Copyright */
-
-#ifndef _LIB_PTHREAD_MUTEX_H
-#define _LIB_PTHREAD_MUTEX_H
-
-struct pthread_mutex_st {
-       unsigned int    ptm_magic;
-
-       pt_spin_t       ptm_interlock;
-       unsigned int    ptm_locked;
-
-       pthread_t       ptm_owner;
-       SIMPLEQ_HEAD(, pthread_st)      ptm_blocked;
-};
-
-
-struct pthread_mutexattr_st {
-
-};
-
-#define        PT_MUTEX_MAGIC  0xCAFEFEED
-#define        PT_MUTEX_DEAD   0xFEEDDEAD
-
-#define PT_MUTEX_UNLOCKED      0xAAAAAAAA
-#define PT_MUTEX_LOCKED                0x55555555
-
-#endif /* _LIB_PTHREAD_MUTEX_H */



Home | Main Index | Thread Index | Old Index