Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks1.c200 LOCKTH (); in WRAPPER()
249 LOCKTH (); in WRAPPER()
264 LOCKTH (); in WRAPPER()
H A Dmf-impl.h230 #define LOCKTH() do { extern unsigned long __mf_lock_contention; \ macro
238 #define LOCKTH() do {} while (0) macro
H A Dmf-runtime.c494 LOCKTH (); in __mf_set_options()
804 LOCKTH (); in __mf_check()
1099 LOCKTH (); in __mf_register()
1201 LOCKTH (); in __mf_unregister()
1778 LOCKTH (); in __mf_report()
2113 LOCKTH (); in __mf_watch()
2124 LOCKTH (); in __mf_unwatch()
H A DChangeLog928 * mf-impl.h (LOCKTH): Try to count lock contention events.
958 (LOCKTH, UNLOCKTH): New macros for Big Libmudflap Lock management.