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

/freebsd-9.3-release/lib/libkse/test/
H A Dmutex_d.exp251 Lock with ceiling priority < thread priority - PASS
252 Lock with ceiling priority = thread priority - PASS
253 Lock with ceiling priority > thread priority - PASS
254 Preemption with ceiling priority < thread priority - PASS
255 Preemption with ceiling priority = thread priority - PASS
256 SCHED_FIFO scheduling and ceiling priority = thread priority - PASS
257 SCHED_FIFO scheduling and ceiling priority > thread priority - PASS
259 Lock with ceiling priority < thread priority - PASS
260 Lock with ceiling priority = thread priority - PASS
261 Lock with ceiling priorit
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsynch.h61 uint8_t ceiling; member in struct:_lwp_mutex::__anon6092
140 #define LOCK_PRIO_PROTECT 0x20 /* priority ceiling lock */
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_umtx.c194 __thr_umutex_set_ceiling(struct umutex *mtx, uint32_t ceiling, argument
197 return _umtx_op_err(mtx, UMTX_OP_SET_CEILING, ceiling, oldceiling, 0);
H A Dthr_mutex.c697 int ceiling, int *old_ceiling)
708 ret = __thr_umutex_set_ceiling(&m->m_lock, ceiling, old_ceiling);
716 if ((m1 != NULL && m1->m_lock.m_ceilings[0] > (u_int)ceiling) ||
717 (m2 != NULL && m2->m_lock.m_ceilings[0] < (u_int)ceiling)) {
720 if (m2->m_lock.m_ceilings[0] > (u_int)ceiling) {
696 _pthread_mutex_setprioceiling(pthread_mutex_t *mutex, int ceiling, int *old_ceiling) argument
H A Dthr_umtx.h45 int __thr_umutex_set_ceiling(struct umutex *mtx, uint32_t ceiling,
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_mutex.c123 int ceiling; local
135 ceiling = THR_MAX_PRIORITY;
155 ceiling = (*mutex_attr)->m_ceiling;
203 pmutex->m_prio = ceiling;
432 /* Check for a priority ceiling violation: */
446 * The running thread inherits the ceiling
722 /* Check for a priority ceiling violation: */
741 * The running thread inherits the ceiling
816 * waiting for the mutex causing a ceiling
1166 /* POSIX priority ceiling mute
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_umtx.c2091 uint32_t ceiling; local
2107 ceiling = RTP_PRIO_MAX - fuword32(&m->m_ceilings[0]);
2108 if (ceiling > RTP_PRIO_MAX) {
2114 if (UPRI(td) < PRI_MIN_REALTIME + ceiling) {
2119 if (su && PRI_MIN_REALTIME + ceiling < uq->uq_inherited_pri) {
2120 uq->uq_inherited_pri = PRI_MIN_REALTIME + ceiling;
2299 do_set_ceiling(struct thread *td, struct umutex *m, uint32_t ceiling, argument
2311 if (ceiling > RTP_PRIO_MAX)
2329 suword32(&m->m_ceilings[0], ceiling);
2343 suword32(&m->m_ceilings[0], ceiling);
[all...]
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_urtw.c4344 uint16_t ceiling, frametime, n_dbps; local
4357 ceiling = (16 + 8 * framelen + 6) / n_dbps
4359 frametime = (uint16_t)(16 + 4 + 4 * ceiling + 6);
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c4162 static HOST_WIDE_INT ceiling (HOST_WIDE_INT, unsigned int);
9577 ceiling (HOST_WIDE_INT value, unsigned int boundary)
9565 ceiling (HOST_WIDE_INT value, unsigned int boundary) function

Completed in 202 milliseconds