Searched refs:oscope (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/threads/
H A Dpthread_attr_get_np.c127 int oscope, nscope; local
145 VERIFY0(pthread_attr_getscope(&pgn_thr_attr, &oscope));
148 VERIFY3S(oscope, ==, nscope);
198 int oscope, nscope; local
218 VERIFY0(pthread_attr_getscope(&pgn_thr_attr, &oscope));
221 VERIFY3S(oscope, ==, nscope);

Completed in 56 milliseconds