Searched refs:error (Results 1 – 10 of 10) sorted by relevance
/nptl/ |
A D | tst-attr3.c | 43 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 D | nptl_setxid.c | 30 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 D | tst-setgroups.c | 55 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 D | tst-thread-setspecific.c | 27 #pragma GCC diagnostic error "-Wmaybe-uninitialized" 28 #pragma GCC diagnostic error "-Wuninitialized"
|
A D | perf.c | 298 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 D | pthread_cleanup_upto.c | 52 # error "Define either _STACK_GROWS_DOWN or _STACK_GROWS_UP" in __pthread_cleanup_upto()
|
A D | sem_waitcommon.c | 289 goto error; in __new_sem_wait_slow64() 306 error: in __new_sem_wait_slow64()
|
A D | descr.h | 42 # error TCB_ALIGNMENT must be at least 32 108 volatile int error; /* -1: no call yet, 0: success seen, >0: error seen. */ member
|
A D | unwind.c | 35 # error "Define either _STACK_GROWS_DOWN or _STACK_GROWS_UP"
|
A D | nptl-printers.py | 247 except gdb.error: 389 except gdb.error: 527 except gdb.error:
|
Completed in 13 milliseconds