Home
last modified time | relevance | path

Searched refs:at (Results 1 – 7 of 7) sorted by relevance

/nptl/
A Dtst-sched1.c39 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 Dtst-rwlock2.c27 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 Dtst-barrier5.c91 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 Dtst-clock2.c89 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 Dtst-context1.c172 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 DDESIGN-systemtap-probes.txt2 that are not fired at run time have close to zero overhead.
A Ddescr.h42 # error TCB_ALIGNMENT must be at least 32

Completed in 19 milliseconds