Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/pthread/
Dthrd_exit.c23 __thrd_exit (int res) in __thrd_exit() function
28 versioned_symbol (libc, __thrd_exit, thrd_exit, GLIBC_2_34);
30 compat_symbol (libpthread, __thrd_exit, thrd_exit, GLIBC_2_28);
33 strong_alias (__thrd_exit, thrd_exit)
/glibc-2.36/ChangeLog.old/
DChangeLog.2319576 (__thrd_exit): New function.