Home | History | Annotate | Download | only in libpthread

Lines Matching refs:_lwp_park

434 		 * Force the _lwp_park symbol to be resolved before we
438 * This is necessary because rtld itself uses _lwp_park
440 * we wait to resolve _lwp_park until there is an
444 * _lwp_park might consume the pending unpark. The
446 * both correctly used _lwp_park and _lwp_unpark for
456 _lwp_park(CLOCK_REALTIME, 0, NULL, pthread__self()->pt_lid,
1239 * must also make this thread return from _lwp_park.
1241 * o _lwp_park, _lwp_unpark and _lwp_unpark_all are system
1249 * have _lwp_park() restart it before blocking.
1251 error = _lwp_park(CLOCK_REALTIME, TIMER_ABSTIME,
1263 __func__, "_lwp_park failed: %d", errno);