Home
last modified time | relevance | path

Searched refs:ret_th (Results 1 – 1 of 1) sorted by relevance

/hardware/samsung/nfc/halimpl/osi/
Dosi_timer.cc76 int ret_th; in OSI_timer_start() local
102 ret_th = pthread_attr_init(&attr); in OSI_timer_start()
103 if (ret_th != 0) in OSI_timer_start()
105 ret_th); in OSI_timer_start()
108 ret_th = pthread_create(&osi_info.timer_thread, &attr, in OSI_timer_start()
111 if (ret_th != 0) in OSI_timer_start()
113 ret_th); in OSI_timer_start()
115 ret_th = pthread_attr_destroy(&attr); in OSI_timer_start()
116 if (ret_th != 0) in OSI_timer_start()
118 ret_th); in OSI_timer_start()