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

/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c526 int pthread_detach_intercept(pthread_t pt_thread) argument
532 CALL_FN_W_W(ret, fn, pt_thread);
533 DRD_(set_joinable)(pt_thread, 0);
545 int pthread_cancel_intercept(pthread_t pt_thread) argument
551 pt_thread, 0, 0, 0, 0);
552 CALL_FN_W_W(ret, fn, pt_thread);
554 pt_thread, ret==0, 0, 0, 0);

Completed in 222 milliseconds