public inbox for guile-cvs@sourceware.org help / color / mirror / Atom feed
From: mdj@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile coop.c Date: Sat, 11 Mar 2000 16:33:00 -0000 [thread overview] Message-ID: <20000312003356.28224.qmail@sourceware.cygnus.com> (raw) CVSROOT: /cvs/guile Module name: guile Changes by: mdj@sourceware.cygnus.com 00/03/11 16:33:56 Modified files: guile-core/libguile: coop.c Log message: * coop.c: #include <errno.h> (coop_timeout_qinsert): Moved here from iselect.c (coop_new_mutex_init, coop_new_condition_variable_init): New functions. The strange names are temporary. Use scm_mutex_init and scm_cond_init instead. (coop_mutex_trylock): New function. Uses errno.h:EBUSY. errno.h is ANSI C, but should we check for individual error codes in configure.in? (coop_condition_variable_timed_wait_mutex): New function. (coop_key_create, coop_setspecific, coop_getspecific, coop_key_delete,
next reply other threads:[~2000-03-11 16:33 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2000-03-11 16:33 mdj [this message] 2000-03-11 17:48 mdj 2000-03-28 17:57 mdj 2000-03-29 2:43 mdj 2000-03-30 15:23 mdj 2000-04-10 5:35 mdj 2000-04-10 5:38 mdj
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20000312003356.28224.qmail@sourceware.cygnus.com \ --to=mdj@sourceware.cygnus.com \ --cc=guile-cvs@sourceware.cygnus.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).