HomeSort by relevance Sort by last modified time
    Searched refs:callback_thread (Results 1 - 4 of 4) sorted by null

  /system/bt/btcore/include/
module.h 63 // has finished, |callback| is called within the context of |callback_thread|
67 thread_t* callback_thread,
  /bionic/libc/bionic/
posix_timers.cpp 63 pthread_t callback_thread; member in struct:PosixTimer
102 pthread_kill(timer->callback_thread, TIMER_SIGNAL);
155 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer);
168 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread);
178 pthread_setname_np(timer->callback_thread, name);
  /system/bt/btcore/src/
module.cc 166 thread_t* callback_thread; // we don't own this thread member in struct:__anon1692
175 thread_t* callback_thread,
182 wrapper->callback_thread = callback_thread;
196 thread_post(wrapper->callback_thread, post_result_to_callback, wrapper);
  /hardware/libhardware/modules/radio/
radio_hw.c 95 pthread_t callback_thread; member in struct:stub_radio_tuner
705 pthread_create(&rdev->tuner->callback_thread, (const pthread_attr_t *) NULL,
740 pthread_join(stub_tuner->callback_thread, (void **) NULL);

Completed in 436 milliseconds