CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jazz123

Search: Search took 0.03 seconds.

  1. Re: thread waiting at pthread_mutex_lock() does not leave the cpu

    Thanks for reply,
    Other threads except the one which is waiting to get lock do not use that mutex. I guess i found the problem and it is with send() which actually blocks later in that function.
  2. Replies
    1
    Views
    3,385

    question on send()

    Hi,

    I can't set my socket to non-block and have set the buffer size to 32kbytes using SO_SNDBUF. When i send a message of size lower than 32kbytes then sometimes this call blocks.

    what all...
  3. thread waiting at pthread_mutex_lock() does not leave the cpu

    Hi all,

    I am running a process which creates 12 threads and its function is to pass messages between other processes. Platform is montavista

    The problem is :
    one of its thread lock a mutex and...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured