Home
last modified time | relevance | path

Searched defs:HG_ (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/helgrind/
Dhg_lock_n_thread.c48 inline Bool HG_(is_sane_Thread) ( Thread* thr ) { in HG_() function
102 Bool HG_(is_sane_LockP) ( Lock* lock ) { in HG_() function
109 Bool HG_(is_sane_LockN) ( Lock* lock ) { in HG_() function
116 Bool HG_(is_sane_LockNorP) ( Lock* lock ) { in HG_() function
Dhg_basics.c45 void* HG_(zalloc) ( const HChar* cc, SizeT n ) in HG_() function
54 void HG_(free) ( void* p ) in HG_() function
60 HChar* HG_(strdup) ( const HChar* cc, const HChar* s ) in HG_() function
Dhg_wordset.c356 WordSetU* HG_(newWordSetU) ( void* (*alloc_nofail)( const HChar*, SizeT ), in HG_() function
385 void HG_(deleteWordSetU) ( WordSetU* wsu ) in HG_() function
395 WordSet HG_(emptyWS) ( WordSetU* wsu ) in HG_() function
400 Bool HG_(isEmptyWS) ( WordSetU* wsu, WordSet ws ) in HG_() function
413 Bool HG_(isSingletonWS) ( WordSetU* wsu, WordSet ws, UWord w ) in HG_() function
422 UWord HG_(cardinalityWS) ( WordSetU* wsu, WordSet ws ) in HG_() function
431 UWord HG_(anyElementOfWS) ( WordSetU* wsu, WordSet ws ) in HG_() function
441 UWord HG_(cardinalityWSU) ( WordSetU* wsu ) in HG_() function
447 void HG_(getPayloadWS) ( /*OUT*/UWord** words, /*OUT*/UWord* nWords, in HG_() function
459 void HG_(dieWS) ( WordSetU* wsu, WordSet ws ) in HG_() function
[all …]
Dhg_errors.c65 ULong HG_(stats__string_table_get_map_size) ( void ) { in HG_() function
100 ULong HG_(stats__LockN_to_P_get_map_size) ( void ) { in HG_() function
392 UInt HG_(update_extra) ( const Error* err ) in HG_() function
469 void HG_(record_error_Race) ( Thread* thr, in HG_() function
530 void HG_(record_error_UnlockUnlocked) ( Thread* thr, Lock* lk ) in HG_() function
548 void HG_(record_error_UnlockForeign) ( Thread* thr, in HG_() function
568 void HG_(record_error_UnlockBogus) ( Thread* thr, Addr lock_ga ) in HG_() function
583 void HG_(record_error_LockOrder)( in HG_() function
614 void HG_(record_error_PthAPIerror) ( Thread* thr, const HChar* fnname, in HG_() function
634 void HG_(record_error_Misc_w_aux) ( Thread* thr, const HChar* errstr, in HG_() function
[all …]
Dhg_basics.h40 #define HG_(str) VGAPPEND(vgHelgrind_,str) macro
46 static inline Bool HG_(is_sane_ThreadId) ( ThreadId coretid ) { in HG_() function
Dhg_addrdescr.c48 void HG_(describe_addr) ( Addr a, /*OUT*/AddrInfo* ai ) in HG_() function
103 Bool HG_(get_and_pp_addrdescr) (Addr addr) in HG_() function
Dhg_main.c151 WordSetU* HG_(get_univ_lsets) ( void ) { return univ_lsets; } in HG_() function
155 Lock* HG_(get_admin_locks) ( void ) { return admin_locks; } in HG_() function
715 static void HG_(thread_enter_synchr)(Thread *thr) { in HG_() function
722 static void HG_(thread_leave_synchr)(Thread *thr) { in HG_() function
729 static void HG_(thread_enter_pthread_create)(Thread *thr) { in HG_() function
734 static void HG_(thread_leave_pthread_create)(Thread *thr) { in HG_() function
739 static Int HG_(get_pthread_create_nesting_level)(ThreadId tid) { in HG_() function
4351 Bool HG_(mm_find_containing_block)( /*OUT*/ExeContext** where, in HG_() function
4907 static void HG_(xtmemory_report) ( const HChar* filename, Bool fini ) in HG_() function