Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A D_pthread_stubs.c146 #define FUNC_INT(name) __CONCAT(name, _int) macro
151 static ret FUNC_INT(name)(void) __used; \
153 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
161 static ret FUNC_INT(name)(void) \
170 static ret FUNC_INT(name)(p0_type) __used; \
172 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
180 static ret FUNC_INT(name)(p0_type p0) \
189 static ret FUNC_INT(name)(p0_type, p1_type) __used; \
191 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
199 static ret FUNC_INT(name)(p0_type p0, p1_type p1) \
[all …]