Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_clientreq.c345 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
354 DRD_(thread_enter_synchr)(drd_tid); in handle_client_request() local
363 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
373 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
386 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
395 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
404 DRD_(thread_enter_synchr)(drd_tid); in handle_client_request() local
413 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
435 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
444 if (DRD_(thread_enter_synchr)(drd_tid) == 0) in handle_client_request() local
[all …]
Ddrd_thread.h167 int DRD_(thread_enter_synchr)(const DrdThreadId tid);
Ddrd_thread.c728 int DRD_(thread_enter_synchr)(const DrdThreadId tid) in DRD_() argument