Lines Matching defs:hbthr
174 static Thread* mk_Thread ( Thr* hbthr ) {
180 thread->hbthr = hbthr;
1014 Thr* hbthr = thr->hbthr;
1015 tl_assert(hbthr);
1016 libhb_copy_shadow_state( hbthr, src, dst, len );
1021 Thr* hbthr = thr->hbthr;
1022 hbthr);
1023 LIBHB_CREAD_N(hbthr, a, len);
1027 Thr* hbthr = thr->hbthr;
1028 tl_assert(hbthr);
1029 LIBHB_CWRITE_N(hbthr, a, len);
1034 libhb_srange_new( thr->hbthr, a, len );
1042 libhb_srange_noaccess_NoFX( thr->hbthr, aIN, len );
1050 libhb_srange_noaccess_AHAE( thr->hbthr, aIN, len );
1057 libhb_srange_untrack( thr->hbthr, aIN, len );
1119 tl_assert(thr->hbthr);
1127 libhb_so_recv( thr->hbthr, lk->hbso, True/*strong_recv*/ );
1170 libhb_so_recv( thr->hbthr, lk->hbso, True/*strong_recv*/ );
1218 tl_assert(thr->hbthr);
1226 libhb_so_recv( thr->hbthr, lk->hbso, False/*!strong_recv*/ );
1245 libhb_so_recv( thr->hbthr, lk->hbso, False/*!strong_recv*/ );
1391 tl_assert(thr->hbthr);
1395 libhb_so_send( thr->hbthr, lock->hbso, was_heldW );
1433 libhb_Thr_resumes( current_Thread->hbthr );
1603 hbthr_p = thr_p->hbthr;
1695 tl_assert(thr_q->hbthr);
1696 libhb_async_exit(thr_q->hbthr);
1726 tl_assert(thr->hbthr);
1727 libhb_async_exit(thr->hbthr);
1785 hbthr_s = thr_s->hbthr;
1786 hbthr_q = thr_q->hbthr;
1915 Thr* hbthr = thr->hbthr;
1917 LIBHB_CREAD_1(hbthr, a);
1923 Thr* hbthr = thr->hbthr;
1925 LIBHB_CREAD_2(hbthr, a);
1931 Thr* hbthr = thr->hbthr;
1933 LIBHB_CREAD_4(hbthr, a);
1939 Thr* hbthr = thr->hbthr;
1941 LIBHB_CREAD_8(hbthr, a);
1947 Thr* hbthr = thr->hbthr;
1949 LIBHB_CREAD_N(hbthr, a, size);
1955 Thr* hbthr = thr->hbthr;
1957 LIBHB_CWRITE_1(hbthr, a);
1963 Thr* hbthr = thr->hbthr;
1965 LIBHB_CWRITE_2(hbthr, a);
1971 Thr* hbthr = thr->hbthr;
1973 LIBHB_CWRITE_4(hbthr, a);
1979 Thr* hbthr = thr->hbthr;
1981 LIBHB_CWRITE_8(hbthr, a);
1987 Thr* hbthr = thr->hbthr;
1989 LIBHB_CWRITE_N(hbthr, a, size);
2416 libhb_so_send( thr->hbthr, cvi->so, True/*strong_send*/ );
2533 libhb_so_recv( thr->hbthr, cvi->so, True/*strong_recv*/ );
2857 Thr* hbthr = thr->hbthr;
2858 tl_assert(hbthr);
2861 libhb_so_send( hbthr, so, True/*strong send*/ );
2878 Thr* hbthr;
2889 hbthr = thr->hbthr;
2890 tl_assert(hbthr);
2893 libhb_so_send( hbthr, so, True/*strong send*/ );
2906 Thr* hbthr;
2920 hbthr = thr->hbthr;
2921 tl_assert(hbthr);
2923 libhb_so_recv( hbthr, so, True/*strong recv*/ );
3117 Thr* hbthr = t->hbthr;
3118 libhb_so_send( hbthr, so, False/*weak send*/ );
3123 Thr* hbthr = t->hbthr;
3124 libhb_so_recv( hbthr, so, True/*strong recv*/ );
3355 libhb_so_send( thr->hbthr, so, False/*!strong_send*/ );
3383 libhb_so_recv( thr->hbthr, so, True/*strong_recv*/ );
5205 dmml->hg_dependent->hbthr, stayer->hbthr);
5206 tl_assert(dmml->hg_dependent->hbthr != stayer->hbthr);
5207 generate_quitter_stayer_dependence (dmml->hg_dependent->hbthr,
5208 stayer->hbthr);