Home
last modified time | relevance | path

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

/src/lib/libc/gen/
H A D_pthread_stubs.c147 #define FUNC_INT(name) __CONCAT(name, _int) macro
152 static ret FUNC_INT(name)(void) __used; \
154 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
162 static ret FUNC_INT(name)(void) \
171 static ret FUNC_INT(name)(p0_type) __used; \
173 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
181 static ret FUNC_INT(name)(p0_type p0) \
190 static ret FUNC_INT(name)(p0_type, p1_type) __used; \
192 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
200 static ret FUNC_INT(name)(p0_type p0, p1_type p1) \
[all …]