Searched defs:nscope (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/threads/ |
H A D | pthread_attr_get_np.c | 127 int oscope, nscope; local 146 VERIFY0(pthread_attr_getscope(&pgn_attr, &nscope)); 148 VERIFY3S(oscope, ==, nscope); 149 VERIFY3S(nscope, ==, PTHREAD_SCOPE_SYSTEM); 198 int oscope, nscope; local 219 VERIFY0(pthread_attr_getscope(&pgn_attr, &nscope)); 221 VERIFY3S(oscope, ==, nscope); 222 VERIFY3S(nscope, ==, PTHREAD_SCOPE_PROCESS);
|
Completed in 44 milliseconds