Searched defs:PTHREAD_STATIC_FN_REQUIRE (Results 1 – 2 of 2) sorted by relevance
70 # define PTHREAD_STATIC_FN_REQUIRE(name) macro72 # define PTHREAD_STATIC_FN_REQUIRE(name) __asm__ (".globl " "_"#name); macro
586 # define PTHREAD_STATIC_FN_REQUIRE(name) macro588 # define PTHREAD_STATIC_FN_REQUIRE(name) __asm__ (".globl " #name); macro
Completed in 5 milliseconds