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

/haiku/src/libs/posix_error_mapper/
H A Dpthread_thread.cpp36 WRAPPER_FUNCTION(int, pthread_setconcurrency, (int newLevel),
37 return B_TO_POSITIVE_ERROR(sReal_pthread_setconcurrency(newLevel));
/haiku/src/apps/patchbay/
H A DMidiEventMeter.cpp62 int32 newLevel = fMeterLevel; local
64 newLevel = CalcMeterLevel(fCounter->CountEvents());
67 if (newLevel != fMeterLevel) {
68 fMeterLevel = newLevel;
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp270 pthread_setconcurrency(int newLevel) argument
272 if (newLevel < 0)
275 sConcurrencyLevel = newLevel;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c51 uint32_t txcfg, curLevel, newLevel; local
64 newLevel = curLevel;
67 newLevel++;
69 newLevel--;
70 if (newLevel != curLevel)
73 (txcfg &~ AR_FTRIG) | SM(newLevel, AR_FTRIG));
75 ahp->ah_txTrigLev = newLevel;
80 return (newLevel != curLevel);
/haiku/headers/posix/
H A Dpthread.h249 extern int pthread_setconcurrency(int newLevel);

Completed in 52 milliseconds