Home
last modified time | relevance | path

Searched refs:_job (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dpool.py405 self._guarded_task_generation(result._job, func, iterable),
418 self._guarded_task_generation(result._job,
434 self._guarded_task_generation(result._job, func, iterable),
446 self._guarded_task_generation(result._job,
460 self._taskqueue.put(([(result._job, 0, func, args, kwds)], None))
492 self._guarded_task_generation(result._job,
750 self._job = next(job_counter)
754 self._cache[self._job] = self
783 del self._cache[self._job]
805 del self._cache[self._job]
[all...]
/third_party/mesa3d/src/intel/vulkan/tests/
H A Dstate_pool_no_free.c42 static void *alloc_states(void *_job) in alloc_states() argument
44 struct job *job = _job; in alloc_states()
H A 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/
H A 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/
H A Dcrond.c44 typedef struct _job { struct
45 struct _job *next, *prev;
/third_party/mesa3d/src/gallium/drivers/iris/
H A 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/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h2328 #define v3dv_return_if_oom(_cmd_buffer, _job) do { \
2332 const struct v3dv_job *__job = _job; \

Completed in 12 milliseconds