Home
last modified time | relevance | path

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

/nptl/
A Dpthread_create.c619 __pthread_create_2_1 (pthread_t *newthread, const pthread_attr_t *attr, in __pthread_create_2_1() function
894 versioned_symbol (libc, __pthread_create_2_1, pthread_create, GLIBC_2_34);
895 libc_hidden_ver (__pthread_create_2_1, __pthread_create)
897 strong_alias (__pthread_create_2_1, __pthread_create)
901 compat_symbol (libpthread, __pthread_create_2_1, pthread_create, GLIBC_2_1);
935 return __pthread_create_2_1 (newthread, attr, start_routine, arg); in __pthread_create_2_0()

Completed in 3 milliseconds