summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pthread.cc
Commit message (Collapse)AuthorAgeFilesLines
* * sched.cc: New file. Implement sched*.Christopher Faylor2001-03-211-226/+211
| | | | | | * include/sched.h: New file. User land includes for sched*. * Makefile.in: Add sched.o * cygwin.din: Add exports for sched*.
* Fix spacing, copyrights.Christopher Faylor2001-03-181-19/+21
|
* * cygwin.din: Export the new functions.Christopher Faylor2001-03-171-0/+61
| | | | | | | | | * pthread.cc (pthread_cond_*): Add wrapper functions that call __pthread_cond* functions. * thread.cc (__pthread_cond_*): Implement the pthread_cond* functions. * thread.h: Add new class entries and prototypes for __pthread_cond* functions. * include/pthread.h: user land header prototypes for pthread_cond* functions and related defines.
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-041-1/+1
| | | | buffer length. Don't terminate buffer with '\0'.
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+1
| | | | | only in sources which require them. * Makefile.in: Generate dependencies with -MD option.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+203