event semaphore mechanism in Linux

From: arun4linux (arun4linux@indiatimes.com)
Date: Thu Oct 17 2002 - 15:19:40 EST


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.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:00:37 EST