Ignore:
Timestamp:
Mar 25, 2006 10:06:00 AM (18 years ago)
Author:
bennylp
Message:

Fixed bug in ioqueue: crashed when key is unregistered while another thread is running a callback

File:
1 edited

Legend:

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

    r351 r363  
    392392        TRACE_((THIS_FILE, "      join thread %d..", i)); 
    393393        pj_thread_join(thread[i]); 
    394         pj_thread_destroy(thread[i]); 
    395394    } 
    396395 
     
    429428    *p_bandwidth = (pj_uint32_t)bandwidth; 
    430429 
    431     PJ_LOG(3,(THIS_FILE, "   %.4s    %d         %d        %8d KB/s", 
     430    PJ_LOG(3,(THIS_FILE, "   %.4s    %2d        %2d       %8d KB/s", 
    432431              type_name, thread_cnt, sockpair_cnt, 
    433432              *p_bandwidth)); 
Note: See TracChangeset for help on using the changeset viewer.