9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Posix thread condition?
@ 2005-05-26 20:04 I RATTAN
  2005-05-26 20:28 ` Russ Cox
  2005-05-26 20:38 ` andrey mirtchovski
  0 siblings, 2 replies; 4+ messages in thread
From: I RATTAN @ 2005-05-26 20:04 UTC (permalink / raw)
  To: 9fans


I think that Qlock can be used for mutex (of Posix
threads), what is Plan 9 equivalent for condition (of Posix
threads)? Is there any information/documentation
or tutorials outside man pages on systems programming
under Plan 9?

-ishwar



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Posix thread condition?
  2005-05-26 20:04 [9fans] Posix thread condition? I RATTAN
@ 2005-05-26 20:28 ` Russ Cox
  2005-05-26 20:38 ` andrey mirtchovski
  1 sibling, 0 replies; 4+ messages in thread
From: Russ Cox @ 2005-05-26 20:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> I think that Qlock can be used for mutex (of Posix
> threads), what is Plan 9 equivalent for condition (of Posix
> threads)? Is there any information/documentation
> or tutorials outside man pages on systems programming
> under Plan 9?

The equivalent is the Rendez structure.
See http://plan9.bell-labs.com/magic/man2html/2/lock
or http://swtch.com/plan9port/man/man3/lock.html.

Russ


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Posix thread condition?
  2005-05-26 20:04 [9fans] Posix thread condition? I RATTAN
  2005-05-26 20:28 ` Russ Cox
@ 2005-05-26 20:38 ` andrey mirtchovski
  2005-05-26 20:46   ` Sape Mullender
  1 sibling, 1 reply; 4+ messages in thread
From: andrey mirtchovski @ 2005-05-26 20:38 UTC (permalink / raw)
  To: 9fans

> Is there any information/documentation
> or tutorials outside man pages on systems programming
> under Plan 9?

"distributed computing with plan 9":

http://www.cs.unibo.it/ersads/mullender.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Posix thread condition?
  2005-05-26 20:38 ` andrey mirtchovski
@ 2005-05-26 20:46   ` Sape Mullender
  0 siblings, 0 replies; 4+ messages in thread
From: Sape Mullender @ 2005-05-26 20:46 UTC (permalink / raw)
  To: 9fans

>> Is there any information/documentation
>> or tutorials outside man pages on systems programming
>> under Plan 9?
> 
> "distributed computing with plan 9":
> 
> http://www.cs.unibo.it/ersads/mullender.html

or

http://plan9.bell-labs.com/who/sape/gos



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-26 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-26 20:04 [9fans] Posix thread condition? I RATTAN
2005-05-26 20:28 ` Russ Cox
2005-05-26 20:38 ` andrey mirtchovski
2005-05-26 20:46   ` Sape Mullender

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).