Revision
1.9 -
(
view)
(
annotate)
-
[select for diffs]
2005-07-03T23:28:30Z
(19 years, 5 months ago)
by
gbeauche
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.8: +7 -1 lines
Diff to
previous 1.8
Don't use sem_t definition from our local "semaphore.h" layer. Copy the
definitions from original LinuxThreads.
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
2005-06-25T11:36:35Z
(19 years, 5 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.7: +0 -3 lines
Diff to
previous 1.7
clean-ups from previous experiment with sched_yield(), this one caused a
slow-down too.
Revision
1.7 -
(
view)
(
annotate)
-
[select for diffs]
2005-06-25T11:00:30Z
(19 years, 5 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.6: +89 -48 lines
Diff to
previous 1.6
Rewrite SheepThreads locks & semaphores. They now look much better and avoid
busy waits for acquiring spin locks.
Revision
1.4 -
(
view)
(
annotate)
-
[select for diffs]
2004-01-04T16:27:50Z
(20 years, 11 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.3: +69 -4 lines
Diff to
previous 1.3
Fix pthread_join() to actually wait for children. Fix semaphores and also
provide a simple producer/consumer test program.
Revision
1.2 -
(
view)
(
annotate)
-
[select for diffs]
2002-04-21T11:42:30Z
(22 years, 7 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.1: +2 -0 lines
Diff to
previous 1.1
Match changes from glibc 2.2 (?)
- #define status as __status
- #define spinlock as __spinlock
Convenience Links
Links to HEAD: |
(view)
(annotate)
|
Links to MAIN: |
(view)
(annotate)
|
Compare Revisions
This form allows you to request diffs between any two
revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.