Lines Matching refs:drd_tid

81    const DrdThreadId drd_tid = DRD_(thread_get_running_tid)();  in handle_client_request()  local
84 tl_assert(DRD_(VgThreadIdToDrdThreadId)(vg_tid) == drd_tid in handle_client_request()
150 result = drd_tid; in handle_client_request()
154 DRD_(thread_set_name)(drd_tid, (const HChar*)arg[1]); in handle_client_request()
170 DRD_(hb_happens_before)(drd_tid, arg[1]); in handle_client_request()
174 DRD_(hb_happens_after)(drd_tid, arg[1]); in handle_client_request()
241 DRD_(semaphore_post_wait)(drd_tid, arg[1], True /* waited */); in handle_client_request()
245 DRD_(semaphore_pre_post)(drd_tid, arg[1]); in handle_client_request()
266 DRD_(thread_set_record_loads)(drd_tid, arg[1]); in handle_client_request()
270 DRD_(thread_set_record_stores)(drd_tid, arg[1]); in handle_client_request()
276 DRD_(thread_set_pthreadid)(drd_tid, arg[1]); in handle_client_request()
296 DRD_(thread_entering_pthread_create)(drd_tid); in handle_client_request()
300 DRD_(thread_left_pthread_create)(drd_tid); in handle_client_request()
317 DRD_(thread_post_join)(drd_tid, thread_to_join); in handle_client_request()
345 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
350 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request()
354 DRD_(thread_enter_synchr)(drd_tid); in handle_client_request()
358 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
363 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
368 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
373 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
378 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request()
386 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
391 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request()
395 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
400 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request()
404 DRD_(thread_enter_synchr)(drd_tid); in handle_client_request()
408 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
413 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
424 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
435 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
440 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request()
444 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
449 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request()
453 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
458 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request()
462 DRD_(thread_enter_synchr)(drd_tid); in handle_client_request()
466 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
471 DRD_(thread_enter_synchr)(drd_tid); in handle_client_request()
475 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
480 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
485 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request()
489 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
494 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
495 DRD_(semaphore_post_wait)(drd_tid, arg[1], arg[2]); in handle_client_request()
499 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
500 DRD_(semaphore_pre_post)(drd_tid, arg[1]); in handle_client_request()
504 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
505 DRD_(semaphore_post_post)(drd_tid, arg[1], arg[2]); in handle_client_request()
509 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
514 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request()
518 DRD_(thread_enter_synchr)(drd_tid); in handle_client_request()
522 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
527 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
528 DRD_(barrier_pre_wait)(drd_tid, arg[1], arg[2]); in handle_client_request()
532 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
533 DRD_(barrier_post_wait)(drd_tid, arg[1], arg[2], arg[3], arg[4]); in handle_client_request()
537 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
542 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request()
546 DRD_(thread_enter_synchr)(drd_tid); in handle_client_request()
550 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
555 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
560 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
565 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
570 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request()
575 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request()
580 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request()
620 DRD_(thread_entering_rtld_bind_guard)(drd_tid, arg[1]); in handle_client_request()
624 DRD_(thread_leaving_rtld_bind_clear)(drd_tid, arg[1]); in handle_client_request()