Searched refs:safe (Results 1 – 10 of 10) sorted by relevance
39 summary: Thread-safe addition58 summary: Thread-safe bitwise and79 summary: Thread-safe compare and set102 summary: Thread-safe decrement119 summary: Thread-safe increment137 summary: Thread-safe maximum157 summary: Thread-safe minimum177 summary: Thread-safe bitwise or197 summary: Thread-safe subtraction216 summary: Thread-safe bitwise exclusive or
40 * rsAtomicAdd: Thread-safe addition61 * rsAtomicAnd: Thread-safe bitwise and83 * rsAtomicCas: Thread-safe compare and set109 * rsAtomicDec: Thread-safe decrement129 * rsAtomicInc: Thread-safe increment149 * rsAtomicMax: Thread-safe maximum171 * rsAtomicMin: Thread-safe minimum193 * rsAtomicOr: Thread-safe bitwise or215 * rsAtomicSub: Thread-safe subtraction236 * rsAtomicXor: Thread-safe bitwise exclusive or
13 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads29 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
10 # - Otherwise follows sonification by replacing speaker with speaker safe if speaker is35 # Follows sonification strategy if not in call and replace speaker by speaker safe
425 void quit(boolean safe) { in quit() argument436 if (safe) { in quit()
170 frame. eglGetFrameTimestamps is thread safe and can be called from a
69 the original package ID is safe. Collisions against the base APK are checked to ensure these
408 * modifies a model at a given time. It is however safe for more than one447 * safe for more than one thread to use the compilation once504 * modifies an execution at a given time. It is however safe for more than one730 * safe for more than one thread to use the memory descriptor once735 * It is however safe to continue using a {@link ANeuralNetworksMemory} object created
3829 CharSequence[] safe = new CharSequence[N]; in setRemoteInputHistory() local3831 safe[i] = safeCharSequence(text[i]); in setRemoteInputHistory()3833 mN.extras.putCharSequenceArray(EXTRA_REMOTE_INPUT_HISTORY, safe); in setRemoteInputHistory()
1759 * event loop, thus cancel() is safe.