Home | History | Annotate | Download | only in ulinux

Lines Matching full:pthread_join

375         result = pthread_join( gki_cb.os.thread_id[task_id], NULL );
378 GKI_ERROR_LOG( "pthread_join() FAILED: result: %d", result );
393 ** used in this case due to the pthread_join call. The function
496 result = pthread_join( gki_cb.os.thread_id[task_id-1], NULL );
500 ALOGE( "pthread_join() FAILED: result: %d", result );
770 pthread_join(timer_thread_id, NULL);