Home
last modified time | relevance | path

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

/nptl/
A Dtst-attr3.c43 error (0, err, "pthread_attr_init failed"); in tf()
53 error (0, err, "pthread_getattr_np failed"); in tf()
74 error (0, 0, "detachstate differs %d != %d", in tf()
115 error (0, 0, "guardsize differs %zd != %zd", in tf()
140 error (0, 0, "scope differs %d != %d", in tf()
163 error (0, 0, "inheritsched differs %d != %d", in tf()
198 error (0, err, "pthread_attr_destroy failed"); in tf()
217 error (0, err, "pthread_attr_init failed"); in do_test()
351 error (0, err, "pthread_join #1 failed"); in do_test()
386 error (0, err, "pthread_join #2 failed"); in do_test()
[all …]
A Dnptl_setxid.c30 setxid_error (struct xid_command *cmdp, int error) in setxid_error() argument
34 int olderror = cmdp->error; in setxid_error()
35 if (olderror == error) in setxid_error()
46 while (atomic_compare_and_exchange_bool_acq (&cmdp->error, error, -1)); in setxid_error()
71 int error = 0; in __nptl_setxid_sighandler() local
73 error = INTERNAL_SYSCALL_ERRNO (result); in __nptl_setxid_sighandler()
74 setxid_error (xidcmd, error); in __nptl_setxid_sighandler()
183 cmdp->error = -1; in __nptl_setxid()
267 int error = 0; in __nptl_setxid() local
271 __set_errno (error); in __nptl_setxid()
[all …]
A Dtst-setgroups.c55 error (0, errno, "getgroups failed"); in do_test()
64 error (0, errno, "setgroups failed"); in do_test()
71 error (0, errno, "setgroups failed"); in do_test()
A Dtst-thread-setspecific.c27 #pragma GCC diagnostic error "-Wmaybe-uninitialized"
28 #pragma GCC diagnostic error "-Wuninitialized"
A Dperf.c298 error (EXIT_FAILURE, err, "cannot join thread"); in start_threads()
308 error (EXIT_FAILURE, err, "cannot start thread"); in start_threads()
324 error (EXIT_FAILURE, err, "cannot join thread"); in start_threads()
360 error (EXIT_FAILURE, errno, in main()
396 error (EXIT_FAILURE, errno, "cannot set signal mask"); in main()
440 error (EXIT_FAILURE, err, "cannot start thread %lu", starts); in main()
472 error (EXIT_FAILURE, err, "cannot start thread"); in main()
483 error (EXIT_FAILURE, err, "cannot join thread"); in main()
714 #error "HP_TIMING_NOW missing"
A Dpthread_cleanup_upto.c52 # error "Define either _STACK_GROWS_DOWN or _STACK_GROWS_UP" in __pthread_cleanup_upto()
A Dsem_waitcommon.c289 goto error; in __new_sem_wait_slow64()
306 error: in __new_sem_wait_slow64()
A Ddescr.h42 # error TCB_ALIGNMENT must be at least 32
108 volatile int error; /* -1: no call yet, 0: success seen, >0: error seen. */ member
A Dunwind.c35 # error "Define either _STACK_GROWS_DOWN or _STACK_GROWS_UP"
A Dnptl-printers.py247 except gdb.error:
389 except gdb.error:
527 except gdb.error:

Completed in 11 milliseconds