Home
last modified time | relevance | path

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

/external/valgrind/main/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) ( HChar* cc, SizeT n ) in HG_() function
55 void HG_(free) ( void* p ) in HG_() function
61 Char* HG_(strdup) ( HChar* cc, const Char* s ) in HG_() function
Dhg_wordset.c356 WordSetU* HG_(newWordSetU) ( void* (*alloc_nofail)( 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_basics.h40 #define HG_(str) VGAPPEND(vgHelgrind_,str) macro
46 static inline Bool HG_(is_sane_ThreadId) ( ThreadId coretid ) { in HG_() function
Dhg_errors.c61 ULong HG_(stats__string_table_get_map_size) ( void ) { in HG_() function
98 ULong HG_(stats__LockN_to_P_get_map_size) ( void ) { in HG_() function
382 UInt HG_(update_extra) ( Error* err ) in HG_() function
504 void HG_(record_error_Race) ( Thread* thr, in HG_() function
564 void HG_(record_error_UnlockUnlocked) ( Thread* thr, Lock* lk ) in HG_() function
582 void HG_(record_error_UnlockForeign) ( Thread* thr, in HG_() function
602 void HG_(record_error_UnlockBogus) ( Thread* thr, Addr lock_ga ) in HG_() function
617 void HG_(record_error_LockOrder)( in HG_() function
644 void HG_(record_error_PthAPIerror) ( Thread* thr, HChar* fnname, in HG_() function
664 void HG_(record_error_Misc_w_aux) ( Thread* thr, HChar* errstr, in HG_() function
[all …]
Dhg_main.c145 WordSetU* HG_(get_univ_lsets) ( void ) { return univ_lsets; } in HG_() function
149 Lock* HG_(get_admin_locks) ( void ) { return admin_locks; } in HG_() function
4050 Bool HG_(mm_find_containing_block)( /*OUT*/ExeContext** where, in HG_() function