Searched defs:cpu_id (Results 1 – 3 of 3) sorted by relevance
39 uint32_t cpu_id; member88 int32_t OsalThreadBind(struct OsalThread *thread, unsigned int cpu_id) in OsalThreadBind()
250 def generate_one_event_str(data, cpu_id, time_stamp, one_event): argument298 def parse_one_event(data, event_id, cpu_id, time_stamp): argument
476 let cpu_id = worker_id % cpu_core_num; in create_async_thread_pool() localVariable