Lines Matching defs:thread_id
3232 "pipeline <pipeline_name> enable thread <thread_id>\n";
3243 uint32_t thread_id;
3268 if (parser_read_uint32(&thread_id, tokens[4]) != 0) {
3269 snprintf(out, out_size, MSG_ARG_INVALID, "thread_id");
3273 status = pipeline_enable(p, thread_id);
3314 "block type <block_type> instance <block_name> enable thread <thread_id>\n";
3326 uint32_t thread_id;
3358 if (parser_read_uint32(&thread_id, tokens[7]) != 0) {
3359 snprintf(out, out_size, MSG_ARG_INVALID, "thread_id");
3379 status = block_enable(block_func, block, thread_id);