Searched refs:pt_thread (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c506 int pthread_detach_intercept(pthread_t pt_thread) argument
512 CALL_FN_W_W(ret, fn, pt_thread);
513 DRD_(set_joinable)(pt_thread, 0);
525 int pthread_cancel_intercept(pthread_t pt_thread) argument
531 pt_thread, 0, 0, 0, 0);
532 CALL_FN_W_W(ret, fn, pt_thread);
534 pt_thread, ret==0, 0, 0, 0);

Completed in 64 milliseconds