HomeSort by relevance Sort by last modified time
    Searched full:cur_state (Results 1 - 25 of 28) sorted by null

1 2

  /art/runtime/base/
mutex-inl.h 139 int32_t cur_state = state_; local
140 if (LIKELY(cur_state >= 0)) {
142 done = android_atomic_acquire_cas(cur_state, cur_state + 1, &state_) == 0;
147 if (futex(&state_, FUTEX_WAIT, cur_state, NULL, NULL, 0) != 0) {
169 int32_t cur_state = state_; local
170 if (LIKELY(cur_state > 0)) {
172 done = android_atomic_release_cas(cur_state, cur_state - 1, &state_) == 0;
173 if (done && (cur_state - 1) == 0) { // cas may fail due to noise
    [all...]
mutex.cc 348 int32_t cur_state = state_; local
349 if (cur_state == 0) {
390 int32_t cur_state = state_; local
391 if (cur_state == 0) {
434 int32_t cur_state = state_; local
435 if (cur_state == 1) {
439 done = android_atomic_release_cas(cur_state, 0, &state_) == 0;
449 LOG(FATAL) << "Unexpected state_ in unlock " << cur_state << " for " << name_;
453 cur_state, name_).c_str());
551 int32_t cur_state = state_ local
585 int32_t cur_state = state_; local
614 int32_t cur_state = state_; local
666 int32_t cur_state = state_; local
    [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 136 State cur_state = Q0; local
137 while (Reject != cur_state && Accept != cur_state) {
142 if (!transition[cur_state][token.kind](pEhFrame, *entry, token)) {
152 cur_state = Accept;
154 cur_state = Reject;
157 cur_state = autometa[cur_state][token.kind];
160 if (Reject == cur_state) {
  /external/libnfc-nxp/src/
phLibNfc_target.c 89 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
93 else if (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateRelease)
239 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
243 else if (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateRelease)
phHciNfc_Sequence.c 223 phHciNfc_eState_t cur_state = (phHciNfc_eState_t) local
224 psHciContext->hci_state.cur_state;
230 if( cur_state == (uint8_t) state )
239 switch (cur_state)
482 psHciContext->hci_state.cur_state );
520 psHciContext->hci_state.cur_state );
528 psHciContext->hci_state.cur_state =
539 psHciContext->hci_state.cur_state );
550 HCI_DEBUG("HCI: %s: transition=%02u, cur_state=%02u, next_state=%02u\n",
553 psHciContext->hci_state.cur_state,
    [all...]
phLibNfc.c 367 || (pLibContext->LibNfcState.cur_state
441 pLibContext->LibNfcState.cur_state = eLibNfcHalStateShutdown;
520 || (gpphLibContext->LibNfcState.cur_state
639 gpphLibContext->LibNfcState.cur_state = eLibNfcHalStateInitandIdle;
692 switch(pLibContext->LibNfcState.cur_state)
788 psLibContext->LibNfcState.cur_state = (uint8_t)eLibNfcHalStateConnect;
791 psLibContext->LibNfcState.cur_state
798 psLibContext->LibNfcState.cur_state
801 psLibContext->LibNfcState.cur_state);
815 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)
    [all...]
phLibNfc_initiator.c 298 gpphLibContext->LibNfcState.cur_state=eLibNfcHalStateConnect;
352 gpphLibContext->LibNfcState.cur_state=eLibNfcHalStateRelease;
408 (gpphLibContext->LibNfcState.cur_state
457 (gpphLibContext->LibNfcState.cur_state
503 gpphLibContext->LibNfcState.cur_state))
592 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
802 (gpphLibContext->LibNfcState.cur_state
    [all...]
phLibNfc_SE.c 92 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
326 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
367 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
452 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
phLibNfc_discovery.c 155 (gpphLibContext->LibNfcState.cur_state
229 (gpphLibContext->LibNfcState.cur_state
phLibNfc_ndef_raw.c 128 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
382 (gpphLibContext->LibNfcState.cur_state
756 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
    [all...]
phLibNfc_Ioctl.c 112 (gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown))
phHciNfc.c 125 psHciContext->hci_state.cur_state = hciState_Reset;
832 && ( hciState_Connect == psHciContext->hci_state.cur_state)
840 psHciContext->hci_state.cur_state = hciState_Disconnect;
    [all...]
phLibNfc_llcp.c 56 if(gpphLibContext->LibNfcState.cur_state == eLibNfcHalStateShutdown)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 227 prev_st = pstr->cur_state;
242 mbclen = __mbrtowc (&wc, p, remain_len, &pstr->cur_state);
246 pstr->cur_state = prev_st;
256 pstr->cur_state = prev_st;
298 && mbsinit (&pstr->cur_state))
311 prev_st = pstr->cur_state;
314 + byte_idx), remain_len, &pstr->cur_state);
348 pstr->cur_state = prev_st;
353 pstr->cur_state = prev_st;
368 prev_st = pstr->cur_state;
735 mbstate_t cur_state; local
    [all...]
regexec.c 1124 re_dfastate_t *cur_state; local
2199 re_dfastate_t *cur_state; local
2433 re_dfastate_t *cur_state; local
2927 re_dfastate_t *cur_state = NULL; local
    [all...]
regex_internal.h 375 mbstate_t cur_state; member in struct:re_string_t
  /external/libsepol/include/sepol/policydb/
conditional.h 75 int cur_state; member in struct:cond_node
  /external/libsepol/src/
conditional.c 158 new_node->cur_state = cond_evaluate_expr(p, new_node->expr);
314 if (new_state != node->cur_state) {
315 node->cur_state = new_state;
773 node->cur_state = le32_to_cpu(buf[0]);
expand.c 2839 int cur_state, preserve_tunables = 0; local
    [all...]
  /external/libnfc-nxp/inc/
phNfcInterface.h 166 uint8_t cur_state; member in struct:phNfc_sState
  /external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.c 314 switch (event->cur_state) {
  /external/checkpolicy/test/
dismod.c 556 fprintf(fp, "current state: %d\n", cur->cur_state);
603 cond->cur_state);
dispol.c 240 fprintf(fp, "current state: %d\n", cur->cur_state);
  /external/checkpolicy/
checkpolicy.c 345 printf("current state: %d\n", cur->cur_state);
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_stream.c 186 CDBG("%s:stream fd=%d, stream type=%d, cur_state=%d,new_state=%d\n",

Completed in 976 milliseconds

1 2