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

  /bionic/libc/bionic/
posix_timers.cpp 62 pthread_t callback_thread; member in struct:PosixTimer
102 pthread_kill(timer->callback_thread, TIMER_SIGNAL);
153 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer);
166 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread);
176 pthread_setname_np(timer->callback_thread, name);
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 52 pthread_t callback_thread; member in struct:stub_sound_trigger_device
176 pthread_join(stdev->callback_thread, (void **) NULL);
211 pthread_create(&stdev->callback_thread, (const pthread_attr_t *) NULL,
236 pthread_join(stdev->callback_thread, (void **) NULL);
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 67 pthread_t callback_thread; member in struct:flounder_sound_trigger_device
425 pthread_join(stdev->callback_thread, (void **)NULL);
473 pthread_create(&stdev->callback_thread, (const pthread_attr_t *) NULL,
504 pthread_join(stdev->callback_thread, (void **)NULL);

Completed in 103 milliseconds