Searched refs:__nptl_setxid (Results 1 – 5 of 5) sorted by relevance
49 extern __typeof (__nptl_setxid) __nptl_setxid __attribute__((weak));\51 if (__builtin_expect (__nptl_setxid != NULL, 0)) \56 __result =__nptl_setxid (&__cmd); \
118 .ptr__nptl_setxid = __nptl_setxid,
579 extern int __nptl_setxid (struct xid_command *cmdp) attribute_hidden;
1021 __nptl_setxid (struct xid_command *cmdp) in __nptl_setxid() function
113 * allocatestack.c (__nptl_setxid): Perform the operation in multiple1328 __make_stacks_executable, __find_thread_by_id, __nptl_setxid,1784 * allocatestack.c (__nptl_setxid, __wait_lookup_done): Replace3780 out of the bodies of the two loops in __nptl_setxid. For undetached3782 (__nptl_setxid): Simplify loops by using setxid_signal_thread.4265 (struct pthread_functions): Change return type of __nptl_setxid hook4267 * pthreadP.h (__nptl_setxid): Change return type to int.4268 * allocatestack.c (__nptl_setxid): Call INTERNAL_SYSCALL_NCS in the4461 * allocatestack.c (__nptl_setxid): New function.4469 Declare __nptl_setxid.
Completed in 16 milliseconds