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

/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c439 pthread_t childid = pthread_self(); local
441 PTHREAD_REQUIRE(pthread_setschedparam(childid, 1, &param));
442 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, &param));
470 pthread_t childid = pthread_self(); local
473 PTHREAD_REQUIRE(pthread_setschedparam(childid, 1, &param));
474 PTHREAD_REQUIRE(pthread_getschedparam(childid, &policy, &param));

Completed in 154 milliseconds