void btapi_thread_impl_set() { } int btapi_thread_create(int (*proc)(void *), void *ctx, uint32_t stack_sz, unsigned int priority) { } void btapi_thread_join(int thread_id, int *result) { } void btapi_thread_destroy(int thread_id) { }