Ignore:
Timestamp:
Jun 19, 2009 9:38:40 AM (15 years ago)
Author:
bennylp
Message:

Ticket #890: pjlib-test failed on select() test Windows Vista multi-core

  • Added pj_thread_sleep(10) before calling sleep(). Tried with other ways too but this seems to be appropriate, as in the real application this shouldn't matter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/select.c

    r2394 r2778  
    143143    } 
    144144 
     145    // Sleep a bit. See http://trac.pjsip.org/repos/ticket/890 
     146    pj_thread_sleep(10); 
     147 
    145148    // Check that socket is marked as reable. 
    146149    // Note that select() may also report that sockets are writable. 
Note: See TracChangeset for help on using the changeset viewer.