Home
last modified time | relevance | path

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

/nptl/
A Dtst-audit-threads.h26 #define NUM(x, y) CONCAT (x, y) argument
28 #define FUNC10(x) \ argument
29 FUNC (NUM (x, 0)); \
30 FUNC (NUM (x, 1)); \
31 FUNC (NUM (x, 2)); \
38 FUNC (NUM (x, 9))
40 #define FUNC100(x) \ argument
50 FUNC10 (NUM (x, 9))
78 # define FUNC(x) extern int CONCAT (retNum, x) (void) argument
82 # define FUNC(x) int CONCAT (retNum, x) (void) { return x; } argument
[all …]
A Dtst-tls5.h13 #define TLS_REGISTER(x) \ argument
15 tls_register_##x (void) \
19 tls_registry[i].name = #x; \
20 tls_registry[i].addr = (uintptr_t) &x; \
21 tls_registry[i].size = sizeof (x); \
22 tls_registry[i].align = __alignof__ (x); \

Completed in 4 milliseconds