Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rajeshwari
  • Content: Threads
  • Order by date
  1. rajeshwari

    getblk algorithm in c, using RAM

    hi everyone, i need some information on the get block algorithm used in buffer cache management. can anyone tell me where to get this info. i have to implement the algorithm in c. i also need to use the algorithms brlese(block release),bread(block read) and breada(block read...
  2. rajeshwari

    error in posix threads.

    hello everyone. i am trying to write a multithreaded prg with posix threads and semaphores. the code is as follows #define parg 2 #define NTHREADS 5 void *do_job(void *); sem_t sid[NTHREADS]; pthread_t tid[NTHREADS]; int main() { int i,ret; printf("about to create...
  3. rajeshwari

    process sync using semaphores

    hi, i need a little help in synchroinsing processes using semaphores. i need to create directories into which each semaphore will create its own files. ie a directory for each semaphore. these processe should have a menu which will consist of create file modify and sleep ie to switch to next...

Part and Inventory Search

Back
Top