Home
last modified time | relevance | path

Searched defs:cpu_id (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_thread.c39 uint32_t cpu_id; member
88 int32_t OsalThreadBind(struct OsalThread *thread, unsigned int cpu_id) in OsalThreadBind()
/ohos5.0/base/hiviewdfx/hitrace/tools/hitrace_converter/
H A Dhitrace_converter.py250 def generate_one_event_str(data, cpu_id, time_stamp, one_event): argument
298 def parse_one_event(data, event_id, cpu_id, time_stamp): argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dasync_pool.rs476 let cpu_id = worker_id % cpu_core_num; in create_async_thread_pool() localVariable