Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_mutex.c44 static void mutex_delete_thread(struct mutex_info* p, const DrdThreadId tid);
77 = (void(*)(DrdClientobj*, DrdThreadId))mutex_delete_thread; in DRD_()
505 static void mutex_delete_thread(struct mutex_info* p, const DrdThreadId tid) in mutex_delete_thread() function