# getn\_thread

```
Get the ID of a thread
     idx - number of thread, is in range 0..get_thread_qty()-1
returns: -1 if failure

long getn_thread(long idx);
```
