[gforth] / gforth / unix / pthread.fs  

gforth: gforth/unix/pthread.fs


Default branch: MAIN
Bookmark a link to HEAD: (view) (download)
Current tag: MAIN

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Oct 8 01:10:30 2012 UTC (7 months, 1 week ago) by pazsan
Branch: MAIN
CVS Tags: HEAD
Changes since 1.37: +4 -1 lines
Diff to previous 1.37 , to selected 1.1
Fixes for Windows

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 22:41:25 2012 UTC (7 months, 2 weeks ago) by pazsan
Branch: MAIN
Changes since 1.36: +1 -17 lines
Diff to previous 1.36 , to selected 1.1
Added gforth_free_stacks() and gforth_free()

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Sep 28 12:32:10 2012 UTC (7 months, 3 weeks ago) by pazsan
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35 , to selected 1.1
Remove #include <setjmp.h>, as it conflicts with libpng

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 01:15:21 2012 UTC (9 months, 3 weeks ago) by pazsan
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34 , to selected 1.1
ppoll not on Android

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 13:27:48 2012 UTC (9 months, 4 weeks ago) by pazsan
Branch: MAIN
Changes since 1.33: +8 -8 lines
Diff to previous 1.33 , to selected 1.1
Removed engine stack arguments - now global states

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jul 20 19:34:27 2012 UTC (10 months ago) by pazsan
Branch: MAIN
Changes since 1.32: +6 -80 lines
Diff to previous 1.32 , to selected 1.1
Refactoring for libgforth

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed May 9 22:23:52 2012 UTC (12 months, 1 week ago) by pazsan
Branch: MAIN
Changes since 1.31: +22 -2 lines
Diff to previous 1.31 , to selected 1.1
Added pthread_cond words

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri May 4 22:53:01 2012 UTC (12 months, 2 weeks ago) by pazsan
Branch: MAIN
Changes since 1.30: +4 -3 lines
Diff to previous 1.30 , to selected 1.1
stop performs all atomic events

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri May 4 20:50:30 2012 UTC (12 months, 2 weeks ago) by pazsan
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 , to selected 1.1
Fixed typo

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri May 4 15:03:12 2012 UTC (12 months, 2 weeks ago) by pazsan
Branch: MAIN
Changes since 1.28: +11 -11 lines
Diff to previous 1.28 , to selected 1.1
Convenion for events: start with a ->

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri May 4 13:46:41 2012 UTC (12 months, 2 weeks ago) by pazsan
Branch: MAIN
Changes since 1.27: +5 -2 lines
Diff to previous 1.27 , to selected 1.1
wake and sleep use previous API

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri May 4 00:11:04 2012 UTC (12 months, 2 weeks ago) by pazsan
Branch: MAIN
Changes since 1.26: +14 -0 lines
Diff to previous 1.26 , to selected 1.1
correct environment query in sockets.fs
added timeout wait for events
added event: as definer

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu May 3 21:38:22 2012 UTC (12 months, 2 weeks ago) by pazsan
Branch: MAIN
Changes since 1.25: +5 -3 lines
Diff to previous 1.25 , to selected 1.1
stop/sleep/wake with events

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed May 2 22:35:01 2012 UTC (12 months, 2 weeks ago) by pazsan
Branch: MAIN
Changes since 1.24: +55 -2 lines
Diff to previous 1.24 , to selected 1.1
Event handling

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Apr 3 22:12:51 2012 UTC (13 months, 2 weeks ago) by pazsan
Branch: MAIN
Changes since 1.23: +13 -1 lines
Diff to previous 1.23 , to selected 1.1
Made terminal.fs work out of the box with R8C again (38400 baud rate\!)

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Mar 24 22:52:49 2012 UTC (13 months, 3 weeks ago) by pazsan
Branch: MAIN
Changes since 1.22: +28 -4 lines
Diff to previous 1.22 , to selected 1.1
Added sigaltstack to pthread state, create threads detached (will reclaim thread's stack memory on exit)

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 21:48:06 2012 UTC (13 months, 4 weeks ago) by pazsan
Branch: MAIN
Changes since 1.21: +16 -10 lines
Diff to previous 1.21 , to selected 1.1
Looping setjmp, use %p where appropriate

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 20:49:44 2012 UTC (13 months, 4 weeks ago) by pazsan
Branch: MAIN
Changes since 1.20: +4 -1 lines
Diff to previous 1.20 , to selected 1.1
throw_jmp_buf only through a handler in the per-thread space

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Mar 22 01:45:42 2012 UTC (13 months, 4 weeks ago) by pazsan
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 , to selected 1.1
Getting closer to Android libcc.fs support

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Mar 18 17:35:56 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.18: +17 -12 lines
Diff to previous 1.18 , to selected 1.1
pthread.fs works for gforth-fast

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 22:18:59 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.17: +6 -7 lines
Diff to previous 1.17 , to selected 1.1
converted gforth_pointers into a function - necessary, since all pointers are now thread-specific

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 19:23:40 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.16: +16 -1 lines
Diff to previous 1.16 , to selected 1.1
Attempt to make pthreads run under Windows

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 01:45:12 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.15: +7 -8 lines
Diff to previous 1.15 , to selected 1.1
Small cleanup

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 01:36:04 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.14: +10 -13 lines
Diff to previous 1.14 , to selected 1.1
Removed GLOBALS_NONRELOC stuff, since this is only experimental for AMD64 (inactive), and unused everywhere else.
Bumped up snapshot version number

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Mar 16 21:32:03 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.13: +9 -2 lines
Diff to previous 1.13 , to selected 1.1
added PASS

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Mar 16 21:19:26 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 , to selected 1.1
Replaced kill-thread with (bye)

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Mar 16 20:34:23 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.11: +35 -8 lines
Diff to previous 1.11 , to selected 1.1
Exception handling for threads

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Mar 15 23:53:59 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.10: +6 -2 lines
Diff to previous 1.10 , to selected 1.1
Create task with different stack sizes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Mar 15 18:19:29 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.9: +18 -3 lines
Diff to previous 1.9 , to selected 1.1
Thread termination handling

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Mar 15 13:37:25 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.8: +9 -1 lines
Diff to previous 1.8 , to selected 1.1
PNO buf made thread safe

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Mar 15 00:12:38 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.7: +37 -46 lines
Diff to previous 1.7 , to selected 1.1
Use user area as task id

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 23:43:31 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.6: +26 -18 lines
Diff to previous 1.6 , to selected 1.1
Started taking user area into account

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 23:06:25 2012 UTC (14 months ago) by pazsan
Branch: MAIN
Changes since 1.5: +51 -5 lines
Diff to previous 1.5 , to selected 1.1
semaphores and pause

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 15:52:09 2012 UTC (14 months, 1 week ago) by pazsan
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 , to selected 1.1
Fixed last bug in threading, third time

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 15:51:15 2012 UTC (14 months, 1 week ago) by pazsan
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 , to selected 1.1
Fixed last bug in threading

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 15:38:14 2012 UTC (14 months, 1 week ago) by pazsan
Branch: MAIN
Changes since 1.2: +5 -2 lines
Diff to previous 1.2 , to selected 1.1
Fixed last bug in threading

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 14:43:33 2012 UTC (14 months, 1 week ago) by pazsan
Branch: MAIN
Changes since 1.1: +82 -28 lines
Diff to previous 1.1
Multithreading starts to work\!

Revision 1.1 - (view) (download) (annotate) - [selected]
Tue Mar 13 22:56:39 2012 UTC (14 months, 1 week ago) by pazsan
Branch: MAIN
pthread.fs added - untested

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help