Home
last modified time | relevance | path

Searched refs:nattr (Results 1 – 2 of 2) sorted by relevance

/rt/
A Dtst-mqueue6.c77 pthread_attr_t nattr; in fct() local
78 int ret = pthread_getattr_np (pthread_self (), &nattr); in fct()
94 if (pthread_attr_destroy (&nattr) != 0) in fct()
125 pthread_attr_t nattr; in do_test() local
126 if (pthread_attr_init (&nattr) in do_test()
127 || pthread_attr_setguardsize (&nattr, 0)) in do_test()
139 ev.sigev_notify_attributes = &nattr; in do_test()
148 if (pthread_attr_setguardsize (&nattr, 32 * ps)) in do_test()
202 ev.sigev_notify_attributes = &nattr; in do_test()
210 if (pthread_attr_setguardsize (&nattr, 0)) in do_test()
[all …]
A Dtst-timer4.c66 pthread_attr_t nattr; in thr2() local
69 int ret = pthread_getattr_np (pthread_self (), &nattr); in thr2()
78 ret = pthread_attr_getguardsize (&nattr, &guardsize); in thr2()
85 if (pthread_attr_destroy (&nattr) != 0) in thr2()
261 pthread_attr_t nattr; in do_test() local
262 if (pthread_attr_init (&nattr) in do_test()
263 || pthread_attr_setguardsize (&nattr, 0)) in do_test()
272 ev.sigev_notify_attributes = &nattr; in do_test()

Completed in 6 milliseconds