require calling thread tid by gettid() */
| 15 | |
| 16 | /* require calling thread tid by gettid() */ |
| 17 | int rte_sys_gettid(void) |
| 18 | { |
| 19 | return (int)syscall(SYS_gettid); |
| 20 | } |
| 21 | |
| 22 | void rte_thread_set_name(rte_thread_t thread_id, const char *thread_name) |
| 23 | { |