Search:

Type: Posts; User: bachpv

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    3,147

    Re: How to count number of times thread executed

    For example:
    Thread pool contain 3 threads: t1,t2,t3.
    when finished: t1 executed 3 times.
    t2 executed 2 times.
    t3 executed 2 times.
    how to count...
  2. Replies
    3
    Views
    3,147

    How to count number of times thread executed

    in a thread pool, how to a thread determine number of times it executed and put return pool.

    (Sorry about my english skill.)
Results 1 to 2 of 2