Home
last modified time | relevance | path

Searched refs:joinee (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/drd/
Ddrd_thread.c1157 void DRD_(thread_combine_vc_join)(DrdThreadId joiner, DrdThreadId joinee) in DRD_()
1159 tl_assert(joiner != joinee); in DRD_()
1162 tl_assert(0 <= (int)joinee && joinee < DRD_N_THREADS in DRD_()
1163 && joinee != DRD_INVALID_THREADID); in DRD_()
1166 tl_assert(DRD_(g_threadinfo)[joinee].sg_first); in DRD_()
1167 tl_assert(DRD_(g_threadinfo)[joinee].sg_last); in DRD_()
1173 str2 = DRD_(vc_aprint)(DRD_(thread_get_vc)(joinee)); in DRD_()
1184 DRD_(thread_get_vc)(joinee)); in DRD_()
1190 DRD_(thread_get_vc)(joinee)); in DRD_()
Ddrd_pthread_intercepts.c730 int thr_join_intercept(thread_t joinee, thread_t *departed, void **thread_return) in thr_join_intercept() argument
736 CALL_FN_W_WWW(ret, fn, joinee, departed, thread_return); in thr_join_intercept()
740 joinee, 0, 0, 0, 0); in thr_join_intercept()
746 (thread_t joinee, thread_t *departed, void **thread_return),
747 (joinee, departed, thread_return));
Ddrd_thread.h189 const DrdThreadId joinee);
/external/valgrind/drd/tests/
Dfp_race_xml.stderr.exp82 <trace><text>drd_post_thread_join joiner = 1, joinee = 2, new vc: [ ... ]</text></trace>
/external/valgrind/helgrind/
Dhg_intercepts.c638 static int thr_join_WRK(thread_t joinee, thread_t *departed, void **thread_return) in thr_join_WRK() argument
647 CALL_FN_W_WWW(ret, fn, joinee, departed, thread_return); in thr_join_WRK()
650 DO_CREQ_v_W(_VG_USERREQ__HG_PTHREAD_JOIN_POST, CREQ_PTHREAD_T, joinee); in thr_join_WRK()
661 thread_t joinee, thread_t *departed, void **thread_return) { in PTH_FUNC() argument
662 return thr_join_WRK(joinee, departed, thread_return); in PTH_FUNC()