Searched refs:pwt_floor_token (Results 1 – 2 of 2) sorted by relevance
891 thread_pri_floor_t pwt_floor_token; member
8492 out_token->pwt_floor_token.thread = THREAD_NULL;8497 out_token->pwt_floor_token = thread_priority_floor_start();8513 if (token->pwt_floor_token.thread != THREAD_NULL) {8514 thread_priority_floor_end(&token->pwt_floor_token);8519 …assert(token->pwt_floor_token.thread == THREAD_NULL); /* we shouldn't have done thread_priority_fl…