Searched refs:p2_type (Results 1 – 1 of 1) sorted by relevance
| /src/lib/libc/gen/ |
| H A D | _pthread_stubs.c | 207 #define STUB_FUNC3(name, idx, ret, p0_type, p1_type, p2_type) \ argument 208 static ret FUNC_EXP(name)(p0_type, p1_type, p2_type) __used; \ 209 static ret FUNC_INT(name)(p0_type, p1_type, p2_type) __used; \ 212 typedef ret (*FUNC_TYPE(name))(p0_type, p1_type, p2_type); \ 213 static ret FUNC_EXP(name)(p0_type p0, p1_type p1, p2_type p2) \ 219 static ret FUNC_INT(name)(p0_type p0, p1_type p1, p2_type p2) \
|