Searched defs:rtask (Results 1 - 2 of 2) sorted by relevance
/system/nfc/halimpl/bcm2079x/gki/ulinux/ |
H A D | gki_ulinux.c | 615 uint8_t rtask; local 620 rtask = GKI_get_taskid(); 621 GKI_TRACE_3("GKI_wait %d %x %d", rtask, flag, timeout); 622 if (rtask >= GKI_MAX_TASKS) { 627 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask]; 630 GKI_TRACE_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask, 638 gki_cb.com.OSWaitForEvt[rtask] = flag; 640 /* protect OSWaitEvt[rtask] from modification from an other thread */ 641 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[rtask]); 645 /* Check if anything in any of the mailboxes. There is a potential race condition where OSTaskQFirst[rtask] 750 uint8_t rtask = GKI_get_taskid(); local [all...] |
/system/nfc/src/gki/ulinux/ |
H A D | gki_ulinux.c | 581 uint8_t rtask; local 586 rtask = GKI_get_taskid(); 587 GKI_TRACE_3("GKI_wait %d %x %d", rtask, flag, timeout); 588 if (rtask >= GKI_MAX_TASKS) { 589 GKI_TRACE_ERROR_3("%s() Exiting thread; rtask %d >= %d", __func__, rtask, 594 gki_pthread_info_t* p_pthread_info = &gki_pthread_info[rtask]; 597 GKI_TRACE_3("GKI_wait task=%i, pCond/pMutex = %x/%x", rtask, 605 gki_cb.com.OSWaitForEvt[rtask] = flag; 607 /* protect OSWaitEvt[rtask] fro 716 uint8_t rtask = GKI_get_taskid(); local [all...] |
Completed in 304 milliseconds