この関数は、2 つのスレッド ID が同一のスレッドを識別するかどうかを比較するのに使用できます。
戻りコード
例
logical function f_pthread_equal(thread1, thread2) type(f_pthread_t), intent(in):: thread1, thread2 end function