Home
last modified time | relevance | path

Searched defs:thread_leave_synchr (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/drd/
Ddrd_clientreq.c350 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request() local
358 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request() local
368 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request() local
378 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request() local
391 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request() local
400 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request() local
408 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request() local
424 if (DRD_(thread_leave_synchr)(drd_tid) == 0) in handle_client_request() local
440 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request() local
449 DRD_(thread_leave_synchr)(drd_tid); in handle_client_request() local
[all …]
Ddrd_thread.c738 int DRD_(thread_leave_synchr)(const DrdThreadId tid) in DRD_() argument