Searched refs:at (Results 1 – 7 of 7) sorted by relevance
/nptl/ |
A D | tst-sched1.c | 39 pthread_attr_t at; in do_test() local 41 if (pthread_attr_init (&at) != 0) in do_test() 47 if (pthread_attr_setschedpolicy (&at, SCHED_OTHER) != 0) in do_test() 60 if (pthread_attr_setschedparam (&at, &pa) != 0) in do_test() 66 if (pthread_attr_setinheritsched (&at, PTHREAD_EXPLICIT_SCHED) != 0) in do_test() 72 if (pthread_create (&th, &at, tf, NULL) != 0) in do_test()
|
A D | tst-rwlock2.c | 27 pthread_rwlockattr_t at; in do_test() local 30 if (pthread_rwlockattr_init (&at) != 0) in do_test() 41 if (pthread_rwlockattr_setkind_np (&at, TYPE) != 0) in do_test() 48 if (pthread_rwlock_init (&r, &at) != 0) in do_test() 55 if (pthread_rwlockattr_destroy (&at) != 0) in do_test()
|
A D | tst-barrier5.c | 91 pthread_attr_t at; in do_test() local 94 if (pthread_attr_init (&at) != 0) in do_test() 100 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test() 120 if (pthread_create (&th[cnt], &at, tf, NULL) != 0) in do_test() 126 if (pthread_attr_destroy (&at) != 0) in do_test()
|
A D | tst-clock2.c | 89 pthread_attr_t at; in do_test() local 91 if (pthread_attr_init (&at) != 0) in do_test() 97 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test() 107 if (pthread_create (&th[i], &at, tf, NULL) != 0) in do_test() 131 if (pthread_attr_destroy (&at) != 0) in do_test()
|
A D | tst-context1.c | 172 pthread_attr_t at; in do_test() local 174 if (pthread_attr_init (&at) != 0) in do_test() 180 if (pthread_attr_setstacksize (&at, 1 * 1024 * 1024) != 0) in do_test() 187 if (pthread_create (&th[n], &at, tf, (void *) (long int) n) != 0) in do_test() 193 if (pthread_attr_destroy (&at) != 0) in do_test()
|
A D | DESIGN-systemtap-probes.txt | 2 that are not fired at run time have close to zero overhead.
|
A D | descr.h | 42 # error TCB_ALIGNMENT must be at least 32
|
Completed in 19 milliseconds