Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/gen/
H A D_pthread_stubs.c143 #define FUNC_INT(name) __CONCAT(name, _int) macro
148 static ret FUNC_INT(name)(void) __used; \
150 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
158 static ret FUNC_INT(name)(void) \
167 static ret FUNC_INT(name)(p0_type) __used; \
169 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
177 static ret FUNC_INT(name)(p0_type p0) \
186 static ret FUNC_INT(name)(p0_type, p1_type) __used; \
188 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
196 static ret FUNC_INT(name)(p0_type p0, p1_type p1) \
[all …]