Searched refs:PTHREAD_STATIC_FN_REQUIRE (Results 1 – 5 of 5) sorted by relevance
950 PTHREAD_STATIC_FN_REQUIRE (__pthread_mutex_lock)951 PTHREAD_STATIC_FN_REQUIRE (__pthread_mutex_trylock)952 PTHREAD_STATIC_FN_REQUIRE (__pthread_mutex_unlock)954 PTHREAD_STATIC_FN_REQUIRE (__pthread_once)955 PTHREAD_STATIC_FN_REQUIRE (__pthread_cancel)957 PTHREAD_STATIC_FN_REQUIRE (__pthread_key_create)958 PTHREAD_STATIC_FN_REQUIRE (__pthread_key_delete)959 PTHREAD_STATIC_FN_REQUIRE (__pthread_setspecific)960 PTHREAD_STATIC_FN_REQUIRE (__pthread_getspecific)
45 PTHREAD_STATIC_FN_REQUIRE (___pthread_unwind_next)
182 PTHREAD_STATIC_FN_REQUIRE (___pthread_unwind_next)
677 # define PTHREAD_STATIC_FN_REQUIRE(name) macro679 # define PTHREAD_STATIC_FN_REQUIRE(name) __asm (".globl " #name); macro
6364 * pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE.6373 (PTHREAD_STATIC_FN_REQUIRE): Define.6378 PTHREAD_STATIC_FN_REQUIRE.