mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* event semaphore mechanism in Linux
@ 2002-10-17 20:19 arun4linux
  0 siblings, 0 replies; only message in thread
From: arun4linux @ 2002-10-17 20:19 UTC (permalink / raw)
  To: linux-kernel

Hi All,

  I'm involved in migrating an OS/2 system to Linux, which involves applications as well as drivers.

  I have some doubts/questions on implementing asynchronous,
repeated-interval timer mechanism with semaphore support.
	I meant porting Event Semaphores available in OS/2 to Linux.
(DosCreateEventSem,DosWaitEventSem,DosResetEventSem,DosPostEventSem)

  My need is to have semaphores which will be signalled (posted)
repeated-interval timer mechanis asynchronously.
  In other words,
                I need to implement asynchronous, repeated-interval
timer mechanism with semaphore support.

  We thought of using condition variable (pthread_cond_init, etc..)
and mutex combination to achieve this.

  But it seems pthread's mutex and condition variable synchronization
calls are off limits.  pthread mutex-locking routines are not
asynchronous signal safe.

	It would be helpful, if I could get to know on how to achieve this
event semaphore mechanism in Linux.

	Have a nice time.
  
Warm Regards
Arun



Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com

 Buy Music, Video, CD-ROM, Audio-Books and Music Accessories from http://www.planetm.co.in

Change the way you talk. Indiatimes presents Valufon, Your PC to Phone service with clear voice at rates far less than the normal ISD rates. Go to http://www.valufon.indiatimes.com. Choose your plan. BUY NOW.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-17 20:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-17 20:19 event semaphore mechanism in Linux arun4linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®