HomeSort by relevance Sort by last modified time
    Searched refs:SWAP_LOCK_COUNT (Results 1 - 3 of 3) sorted by null

  /bionic/libc/arch-sh/bionic/
atomics_sh.c 32 #define SWAP_LOCK_COUNT 32U
33 static pthread_mutex_t _swap_locks[SWAP_LOCK_COUNT];
36 &_swap_locks[((unsigned)(void *)(addr) >> 3U) % SWAP_LOCK_COUNT]
  /system/core/libcutils/
atomic-android-sh.c 45 #define SWAP_LOCK_COUNT 32U
46 static pthread_mutex_t _swap_locks[SWAP_LOCK_COUNT];
49 &_swap_locks[((unsigned)(void*)(addr) >> 3U) % SWAP_LOCK_COUNT]
  /dalvik/vm/
Atomic.c 135 #define SWAP_LOCK_COUNT 32U
136 static pthread_mutex_t _swap_locks[SWAP_LOCK_COUNT];
139 &_swap_locks[((unsigned)(void*)(addr) >> 3U) % SWAP_LOCK_COUNT]

Completed in 78 milliseconds