Searched refs:thread_new_sized (Results 1 – 3 of 3) sorted by relevance
38 thread_t *thread_new_sized(const char *name, size_t size);
64 thread_t *thread_new_sized(const char *name, size_t work_queue_capacity) { in thread_new_sized() function106 return thread_new_sized(name, DEFAULT_WORK_QUEUE_CAPACITY); in thread_new()
355 default_callback_thread = thread_new_sized("alarm_default_callbacks", in lazy_initialize()