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