Searched refs:thread_new_sized (Results 1 – 3 of 3) sorted by relevance
39 thread_t* thread_new_sized(const char* name, size_t size);
67 thread_t* thread_new_sized(const char* name, size_t work_queue_capacity) { in thread_new_sized() function105 return thread_new_sized(name, DEFAULT_WORK_QUEUE_CAPACITY); in thread_new()
341 thread_new_sized("alarm_default_callbacks", SIZE_MAX); in lazy_initialize()