Searched defs:task_fn (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | multi_worker_test_base.py | 659 def _task_thread(self, task_fn, tf_config, executing_eagerly, *args, argument 672 def _run_task_in_thread(self, task_fn, cluster_spec, task_type, task_id, argument 714 def run_multiple_tasks_in_threads(self, task_fn, cluster_spec, *args, argument
|
/aosp_15_r20/external/ltp/testcases/kernel/sched/eas/ |
H A D | eas_one_small_task.c | 28 static void *task_fn(void *arg LTP_ATTRIBUTE_UNUSED) in task_fn() function
|
H A D | eas_one_big_task.c | 30 static void *task_fn(void *arg LTP_ATTRIBUTE_UNUSED) in task_fn() function
|
H A D | eas_two_big_three_small.c | 28 static void *task_fn(void *arg) in task_fn() function
|
H A D | eas_small_to_big.c | 31 static void *task_fn(void *arg LTP_ATTRIBUTE_UNUSED) in task_fn() function
|
H A D | eas_big_to_small.c | 30 static void *task_fn(void *arg LTP_ATTRIBUTE_UNUSED) in task_fn() function
|
H A D | eas_small_big_toggle.c | 32 static void *task_fn(void *arg LTP_ATTRIBUTE_UNUSED) in task_fn() function
|
H A D | sched_cfs_prio.c | 36 static void *task_fn(void *arg) in task_fn() function
|