9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Fco. J. Ballesteros" <nemo@lsub.org>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] qunlock
Date: Thu, 24 Jun 2004 09:19:42 +0200	[thread overview]
Message-ID: <ac681a2a7a84be85080152b19f4f1f54@plan9.escet.urjc.es> (raw)
In-Reply-To: <b1b442067ff610597d59cd246744559b@davidashen.net>

Maybe it's just that it's too early and I got soo few coffee, but,
do meant this, didn't you?

> void
> A()
> {

	qlock(a);
againA:

> 	qlock(q);
> 		if(x) {
>    			qunlock(q);
> 			goto againA;
> 		}
....


> void
> B()
> {

 	qlock(b);
againB:

> 	qlock(q);
> 		if(y){
> 			qunlock(q);
> 			goto againB;
> 		}
....



  parent reply	other threads:[~2004-06-24  7:19 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-22  6:04 dvd
2004-06-22  8:06 ` C H Forsyth
2004-06-22  9:09   ` C H Forsyth
2004-06-22 14:19     ` ron minnich
2004-06-22 14:38       ` boyd, rounin
2004-06-22 15:13         ` Rob Pike
2004-06-23 20:11     ` dvd
2004-06-23 20:24       ` Rob Pike
2004-06-23 21:00         ` dvd
2004-06-23 21:12           ` boyd, rounin
2004-06-24  7:19           ` Fco. J. Ballesteros [this message]
2004-06-24 10:58             ` dvd
2004-06-24  7:34           ` Fco. J. Ballesteros
2004-06-24 11:02             ` dvd
2004-06-24 11:14               ` Fco. J. Ballesteros
2004-06-24 12:18                 ` dvd
2004-06-24 13:09                   ` Fco. J. Ballesteros
2004-06-24 13:30                   ` Sape Mullender
2004-06-24 13:47                   ` boyd, rounin
2004-06-24 13:42               ` boyd, rounin

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=ac681a2a7a84be85080152b19f4f1f54@plan9.escet.urjc.es \
    --to=nemo@lsub.org \
    --cc=9fans@cse.psu.edu \
    /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: link
Be 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 NNTP newsgroup(s).