Lines Matching defs:thread_id
5844 "thread <thread_id> pipeline <pipeline_name> enable\n";
5853 uint32_t thread_id;
5861 if (parser_read_uint32(&thread_id, tokens[1]) != 0) {
5862 snprintf(out, out_size, MSG_ARG_INVALID, "thread_id");
5878 status = thread_pipeline_enable(thread_id, pipeline_name);
5887 "thread <thread_id> pipeline <pipeline_name> disable\n";
5896 uint32_t thread_id;
5904 if (parser_read_uint32(&thread_id, tokens[1]) != 0) {
5905 snprintf(out, out_size, MSG_ARG_INVALID, "thread_id");
5921 status = thread_pipeline_disable(thread_id, pipeline_name);