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

  /system/bt/osi/include/
thread.h 39 thread_t* thread_new_sized(const char* name, size_t size);
  /system/bt/osi/src/
thread.cc 67 thread_t* thread_new_sized(const char* name, size_t work_queue_capacity) { function
105 return thread_new_sized(name, DEFAULT_WORK_QUEUE_CAPACITY);
alarm.cc 342 thread_new_sized("alarm_default_callbacks", SIZE_MAX);

Completed in 100 milliseconds