Searched refs:__mf_state_enum (Results 1 – 4 of 4) sorted by relevance
107 enum __mf_state_enum { active, reentrant, in_malloc }; enum243 extern enum __mf_state_enum __mf_get_state (void);244 extern void __mf_set_state (enum __mf_state_enum);247 extern __thread enum __mf_state_enum __mf_state_1;249 extern enum __mf_state_enum __mf_state_1;251 static inline enum __mf_state_enum __mf_get_state (void) in __mf_get_state()255 static inline void __mf_set_state (enum __mf_state_enum s) in __mf_set_state()
167 enum __mf_state_enum189 __mf_set_state (enum __mf_state_enum new_state) in __mf_set_state()
181 __thread enum __mf_state_enum __mf_state_1 = reentrant;184 enum __mf_state_enum __mf_state_1 = reentrant;
111 * mf-impl.h (enum __mf_state_enum): Expand comment. Add in_malloc.