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 SkipVought 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: mmque
  • Order by date
  1. mmque

    SIGALARM

    When we put alarm() in the program. Do we know we get signal SIGALARM or not, if we ignore this signal?
  2. mmque

    msgsnd() return error 5

    When message was sent to a queue using msgsnd(), it returned an error 5 (I/O). What is the cause of this error?
  3. mmque

    unix command to display all threads for a process

    Is there any unix command we can use to display the status of all threads in a multi-thread process? If so, any example to run this command? Thanks.
  4. mmque

    threads get different errno as queue removed

    I removed queues for main thread $t1 and another thread $t2. They were reading (msgrcv) from two different queues. But, after the removal, the $t1 got error EIDRM while the thread $t2 got error EINTR. Why?
  5. mmque

    msgrcv gets error ENXIO

    I have an application runing on AIX which has two threads. One thread is getting message from a queue in a loop using msgrcv(). I got many errors indicates the msgrcv() failed with error ENXIO (6). This error is not listed in the man page of msgrcv(). Can somebody tell me why I got such error...

Part and Inventory Search

Back
Top