Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dsetxid.h49 extern __typeof (__nptl_setxid) __nptl_setxid __attribute__((weak));\
51 if (__builtin_expect (__nptl_setxid != NULL, 0)) \
56 __result =__nptl_setxid (&__cmd); \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dinit.c118 .ptr__nptl_setxid = __nptl_setxid,
A DpthreadP.h579 extern int __nptl_setxid (struct xid_command *cmdp) attribute_hidden;
A Dallocatestack.c1021 __nptl_setxid (struct xid_command *cmdp) in __nptl_setxid() function
A DChangeLog113 * allocatestack.c (__nptl_setxid): Perform the operation in multiple
1328 __make_stacks_executable, __find_thread_by_id, __nptl_setxid,
1784 * allocatestack.c (__nptl_setxid, __wait_lookup_done): Replace
3780 out of the bodies of the two loops in __nptl_setxid. For undetached
3782 (__nptl_setxid): Simplify loops by using setxid_signal_thread.
4265 (struct pthread_functions): Change return type of __nptl_setxid hook
4267 * pthreadP.h (__nptl_setxid): Change return type to int.
4268 * allocatestack.c (__nptl_setxid): Call INTERNAL_SYSCALL_NCS in the
4461 * allocatestack.c (__nptl_setxid): New function.
4469 Declare __nptl_setxid.

Completed in 17 milliseconds