Searched refs:thread_new_sized (Results 1 – 2 of 2) sorted by relevance
38 thread_t *thread_new_sized(const char *name, size_t size);
63 thread_t *thread_new_sized(const char *name, size_t work_queue_capacity) { in thread_new_sized() function107 return thread_new_sized(name, DEFAULT_WORK_QUEUE_CAPACITY); in thread_new()