| 21 | typedef pthread_t thread_id_type; |
| 22 | |
| 23 | inline thread_id_type get_thread_id ( |
| 24 | ) |
| 25 | { |
| 26 | return pthread_self(); |
| 27 | } |
| 28 | |
| 29 | // ---------------------------------------------------------------------------------------- |
| 30 | // ---------------------------------------------------------------------------------------- |
no outgoing calls