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 TouchToneTommy 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: bamore
  • Content: Threads
  • Order by date
  1. bamore

    Does printf blocks the LWP on solaris?

    If i put a printf in one of the threads in the process, does the LWP where the thread is running get blocked and other thread can get chance to run? Thanks.
  2. bamore

    Printf is a blocking call on solaris?

    Does printf blocks the LWP on solaris?
  3. bamore

    setting rt_tqnsecs to RT_TQDEF

    Hi, I'm trying to understand the REALTIME CLASS in solaris: All the documentation on net are specifying that : The rt_tqsecs and rt_tqnsecs members are used for getting or setting the time quantum associated with an LWP or group of LWPs. rt_tqsecs is the number of seconds in the time quantum...
  4. bamore

    Can I find out how many file descriptors currently used in a process ?

    In my application of the process is getting out of file descriptors( MAX is configured as 64 ). Is there any way i can call some function(s) in a C program to find out number of file descriptors currently used in a process? Thanks.
  5. bamore

    How to execute a built-in shell command in a Perl script.

    Hi, I need to execute "limit descriptors 128" shell command in a perl script. Any Idea how to do so? Thanks.

Part and Inventory Search

Back
Top