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

  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_NfcDepSWPrio.c 134 if (pthread_create (&pthread, &attr, tmp_thread, (void*) &discover_type) != 0)
161 if (pthread_create (&pthread, &attr, tmp_thread, (void*) &discover_type) != 0)
188 if (pthread_create (&pthread, &attr, tmp_thread, (void*) &discover_type) != 0)
481 ** Function tmp_thread
488 void *tmp_thread(void *tmp) function
492 NXPLOG_NCIHAL_E("tmp_thread: enter type=0x0%x", *((int*)tmp));
562 NXPLOG_NCIHAL_E("tmp_thread: exit");
586 if (pthread_create (&pthread, &attr, tmp_thread, (void*) &discover_type) != 0)

Completed in 82 milliseconds