Home
last modified time | relevance | path

Searched refs:_job (Results 1 – 10 of 10) 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/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/mesa3d/src/freedreno/vulkan/
Dtu_cs_breadcrumbs.c83 sync_gpu_with_cpu(void *_job) in sync_gpu_with_cpu() argument
85 struct breadcrumbs_context *ctx = (struct breadcrumbs_context *) _job; in sync_gpu_with_cpu()
/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.h2328 #define v3dv_return_if_oom(_cmd_buffer, _job) do { \ argument
2332 const struct v3dv_job *__job = _job; \
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c1269 iris_threaded_compile_job_delete(void *_job, UNUSED void *_gdata, in iris_threaded_compile_job_delete() argument
1272 free(_job); in iris_threaded_compile_job_delete()
2548 iris_compile_shader(void *_job, UNUSED void *_gdata, UNUSED int thread_index) in iris_compile_shader() argument
2551 (struct iris_threaded_compile_job *) _job; in iris_compile_shader()
/third_party/node/doc/changelogs/
DCHANGELOG_V15.md190 …de/commit/6e2b60931c)] - **lib**: fix typo in internal/modules/esm/module\_job.js (marsonya) [#377…
DCHANGELOG_V14.md1711 …de/commit/13ac680cdb)] - **lib**: fix typo in internal/modules/esm/module\_job.js (marsonya) [#377…
DCHANGELOG_V10.md3409 …node/commit/653b20b26d)] - **loader**: remove unused error code in module\_job (Gus Caplan) [#2135…