Home
last modified time | relevance | path

Searched defs:thread_enter_synchr (Results 1 – 2 of 2) 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.c728 int DRD_(thread_enter_synchr)(const DrdThreadId tid) in DRD_() argument