Marius Vollmer
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
2003-04-05 19:15:35 +00:00
Rob Browning
84df1d72db
* coop-pthreads.c: fix various preprocessor usages of new public
...
symbols to expect 0 or 1 values rather than 1 or undefined.
i.e. change #ifdef to #if, etc.
2003-03-27 20:06:07 +00:00
Rob Browning
2295d4daa2
* coop-pthreads.c: #include "libguile/_scm.h" early. Replace
...
usage of struct timespect with scm_t_timespec. Replace usage of
STACK_GROWS_UP with SCM_STACK_GROWS_UP.
2003-03-25 23:53:49 +00:00
Mikael Djurfeldt
7673491416
* coop-pthreads.c, coop-pthreads.h: scm_internal_select should be
...
part of the API, otherwise it's difficult to write Guile
extensions using non-blocking I/O => moved #include
"libguile/iselect.h" from coop-pthreads.c --> coop-pthreads.h.
* coop-pthreads.c (scm_unlock_mutex): Changed s_lock_mutex -->
s_unlock_mutex.
2002-11-14 17:17:40 +00:00
Marius Vollmer
05166e1aac
Some harmless renamings of internal stuff.
...
(create_thread): New, generalized version of
scm_call_with_new_thread.
(scm_call_with_new_thread): Use it.
(scm_spawn_thread): New, use create_thread.
2002-11-03 00:48:41 +00:00
Marius Vollmer
0019d6a19d
Redone completely, you might start testing it now.
2002-11-02 01:02:35 +00:00
Marius Vollmer
c28b0ba254
Closer, but not there.
2002-10-30 20:28:52 +00:00
Marius Vollmer
cf8ea1a3d1
Updated, but still totally unusable.
2002-10-30 10:41:51 +00:00
Marius Vollmer
d97eb496fc
* coop-pthreads.h, coop-pthreads.c: New, but unfinished.
2002-10-27 20:26:21 +00:00