Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dthrd_create.c23 __thrd_create (thrd_t *thr, thrd_start_t func, void *arg) in __thrd_create() function
33 versioned_symbol (libc, __thrd_create, thrd_create, GLIBC_2_34);
35 compat_symbol (libc, __thrd_create, thrd_create, GLIBC_2_28);
38 strong_alias (__thrd_create, thrd_create)

Completed in 3 milliseconds