| 39 | using IdentityPool0<TPControl>::enable_autoscale; |
| 40 | using IdentityPool0<TPControl>::disable_autoscale; |
| 41 | thread* thread_create(thread_entry start, void* arg) |
| 42 | { |
| 43 | return thread_create_ex(start, arg)->th; |
| 44 | } |
| 45 | |
| 46 | // returns a TPControl* that can be used for join; need not be deleted; |
| 47 | TPControl* thread_create_ex(thread_entry start, void* arg, bool joinable = false); |
no outgoing calls