Searched refs:thread_new_sized (Results 1 - 3 of 3) sorted by relevance

/system/bt/osi/include/
H A Dthread.h39 thread_t* thread_new_sized(const char* name, size_t size);
/system/bt/osi/src/
H A Dthread.cc67 thread_t* thread_new_sized(const char* name, size_t work_queue_capacity) { function
105 return thread_new_sized(name, DEFAULT_WORK_QUEUE_CAPACITY);
H A Dalarm.cc340 thread_new_sized("alarm_default_callbacks", SIZE_MAX);

Completed in 51 milliseconds