Add thread locak bool variable to your thread init proc and do
    
    
    if not initialialized:
      do stuff
      initialized = true
    
    
    Run

Reply via email to