Home
last modified time | relevance | path

Searched refs:thread_enter_synchr (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/drd/
Ddrd_clientreq.c311 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
320 DRD_(thread_enter_synchr)(drd_tid); in handle_client_request() local
329 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
339 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
348 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
357 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
366 DRD_(thread_enter_synchr)(drd_tid); in handle_client_request() local
375 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
397 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
406 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
[all …]
Ddrd_thread.h166 int DRD_(thread_enter_synchr)(const DrdThreadId tid);
Ddrd_thread.c711 int DRD_(thread_enter_synchr)(const DrdThreadId tid) in DRD_() argument