Home
last modified time | relevance | path

Searched refs:_job (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dpool.py402 self._guarded_task_generation(result._job, func, iterable),
415 self._guarded_task_generation(result._job,
431 self._guarded_task_generation(result._job, func, iterable),
443 self._guarded_task_generation(result._job,
457 self._taskqueue.put(([(result._job, 0, func, args, kwds)], None))
489 self._guarded_task_generation(result._job,
747 self._job = next(job_counter)
751 self._cache[self._job] = self
780 del self._cache[self._job]
802 del self._cache[self._job]
[all …]
/third_party/grpc/tools/run_tests/python_utils/
Ddockerjob.py132 self._job = jobset.Job(spec,
151 self._job.suppress_failure_message()
156 return self._job.state() == jobset._RUNNING
/third_party/grpc/tools/run_tests/
Drun_performance_tests.py57 self._job = None
61 self._job = jobset.Job(self._spec,
68 return self._job and self._job.state() == jobset._RUNNING
71 if self._job:
72 self._job.kill()
73 self._job = None
/third_party/mesa3d/src/intel/vulkan/tests/
Dstate_pool_no_free.c42 static void *alloc_states(void *_job) in alloc_states() argument
44 struct job *job = _job; in alloc_states()
Dblock_pool_no_free.c42 static void *alloc_blocks(void *_job) in alloc_blocks() argument
44 struct job *job = _job; in alloc_blocks()
/third_party/toybox/toys/pending/
Dcrond.c44 typedef struct _job { struct
45 struct _job *next, *prev; argument
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_private.h2105 #define v3dv_return_if_oom(_cmd_buffer, _job) do { \ argument
2109 const struct v3dv_job *__job = _job; \
Dv3dv_queue.c315 event_wait_thread_func(void *_job) in event_wait_thread_func() argument
317 struct v3dv_job *job = (struct v3dv_job *) _job; in event_wait_thread_func()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1262 iris_threaded_compile_job_delete(void *_job, UNUSED void *_gdata, in iris_threaded_compile_job_delete() argument
1265 free(_job); in iris_threaded_compile_job_delete()
2529 iris_compile_shader(void *_job, UNUSED void *_gdata, UNUSED int thread_index) in iris_compile_shader() argument
2532 (struct iris_threaded_compile_job *) _job; in iris_compile_shader()
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1807 …de/commit/13ac680cdb)] - **lib**: fix typo in internal/modules/esm/module\_job.js (marsonya) [#377…
DCHANGELOG_V10.md3136 …node/commit/653b20b26d)] - **loader**: remove unused error code in module\_job (Gus Caplan) [#2135…