pthread によって作成されたスレッドの中から、自分自身のスレッドハンドルを取得するには pthread_self() を使用します。
pthread_self()
pthread_t pthread_self(void);