Source-Changes archive

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

CVS commit: src/lib/libpthread



Module Name:    src
Committed By:   christos
Date:           Sun Nov  9 18:56:48 UTC 2003

Modified Files:
        src/lib/libpthread: pthread.c pthread.h pthread_attr.c pthread_int.h
            pthread_run.c pthread_sig.c

Log Message:
Add:

int    pthread_attr_setcreatesuspend_np(pthread_attr_t *);
int    pthread_suspend_np(pthread_t);
int    pthread_resume_np(pthread_t);

needed for java. Approved and fixed by cl.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/lib/libpthread/pthread.c
cvs rdiff -r1.14 -r1.15 src/lib/libpthread/pthread.h
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/pthread_attr.c
cvs rdiff -r1.19 -r1.20 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.12 -r1.13 src/lib/libpthread/pthread_run.c
cvs rdiff -r1.23 -r1.24 src/lib/libpthread/pthread_sig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index