current_lock_counter  612 oshmem/shmem/c/shmem_lock.c     int current_lock_counter = -1;
current_lock_counter  624 oshmem/shmem/c/shmem_lock.c             if ((current_lock_counter = counter->counter) <= 0) {
current_lock_counter  626 oshmem/shmem/c/shmem_lock.c                 current_lock_counter = 0;
current_lock_counter  634 oshmem/shmem/c/shmem_lock.c                 current_lock_counter = counter - 1;
current_lock_counter  636 oshmem/shmem/c/shmem_lock.c                 current_lock_counter = 0;
current_lock_counter  639 oshmem/shmem/c/shmem_lock.c             lock_pack_counter(lock, lock_size, &current_lock_counter, 1);
current_lock_counter  643 oshmem/shmem/c/shmem_lock.c     return current_lock_counter;
current_lock_counter 1034 oshmem/shmem/c/shmem_lock.c     int current_lock_counter = shmem_lock_decrement_counter(lock, lock_size);
current_lock_counter 1036 oshmem/shmem/c/shmem_lock.c     if (0 == current_lock_counter) {