Searched refs:ndaemon (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 | 126 int odaemon, ndaemon; in pgn_set_one_thr() local 140 VERIFY0(pthread_attr_getdaemonstate_np(&pgn_attr, &ndaemon)); in pgn_set_one_thr() 142 VERIFY3S(odaemon, ==, ndaemon); in pgn_set_one_thr() 143 VERIFY3S(ndaemon, ==, PTHREAD_CREATE_DAEMON_NP); in pgn_set_one_thr() 197 int odaemon, ndaemon; in pgn_set_two_thr() local 213 VERIFY0(pthread_attr_getdaemonstate_np(&pgn_attr, &ndaemon)); in pgn_set_two_thr() 215 VERIFY3S(odaemon, ==, ndaemon); in pgn_set_two_thr() 216 VERIFY3S(ndaemon, ==, PTHREAD_CREATE_NONDAEMON_NP); in pgn_set_two_thr()
|