Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_create.c569 PTHREAD_STATIC_FN_REQUIRE (pthread_mutex_lock)
570 PTHREAD_STATIC_FN_REQUIRE (pthread_mutex_trylock)
571 PTHREAD_STATIC_FN_REQUIRE (pthread_mutex_unlock)
573 PTHREAD_STATIC_FN_REQUIRE (pthread_once)
574 PTHREAD_STATIC_FN_REQUIRE (pthread_cancel)
576 PTHREAD_STATIC_FN_REQUIRE (pthread_key_create)
577 PTHREAD_STATIC_FN_REQUIRE (pthread_key_delete)
578 PTHREAD_STATIC_FN_REQUIRE (pthread_setspecific)
579 PTHREAD_STATIC_FN_REQUIRE (pthread_getspecific)
582 PTHREAD_STATIC_FN_REQUIRE (pthread_mutex_init)
[all …]
A Dpthread_exit.c37 PTHREAD_STATIC_FN_REQUIRE (pthread_create)
A Dpthread_cancel.c107 PTHREAD_STATIC_FN_REQUIRE (pthread_create)
A DpthreadP.h586 # define PTHREAD_STATIC_FN_REQUIRE(name) macro
588 # define PTHREAD_STATIC_FN_REQUIRE(name) __asm__ (".globl " #name); macro
A DChangeLog4234 * pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE.
4243 (PTHREAD_STATIC_FN_REQUIRE): Define.
4248 PTHREAD_STATIC_FN_REQUIRE.
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/bfin/
A Dpt-machine.h70 # define PTHREAD_STATIC_FN_REQUIRE(name) macro
72 # define PTHREAD_STATIC_FN_REQUIRE(name) __asm__ (".globl " "_"#name); macro

Completed in 19 milliseconds