Home
last modified time | relevance | path

Searched refs:ecma_job_queue_item_t (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-jobqueue.c43 ecma_job_queue_item_t header; /**< job queue item header */
54 ecma_job_queue_item_t header; /**< job queue item header */
75 ecma_job_queue_get_type (ecma_job_queue_item_t *job_p) /**< the job */ in ecma_job_queue_get_type()
85 static inline ecma_job_queue_item_t *JERRY_ATTR_ALWAYS_INLINE
86 ecma_job_queue_get_next (ecma_job_queue_item_t *job_p) /**< the job */ in ecma_job_queue_get_next()
88 return (ecma_job_queue_item_t *) (job_p->next_and_type & ~ECMA_JOB_QUEURE_TYPE_MASK); in ecma_job_queue_get_next()
257 ecma_enqueue_job (ecma_job_queue_item_t *job_p) /**< the job */ in ecma_enqueue_job()
329 ecma_job_queue_item_t *job_p = JERRY_CONTEXT (job_queue_head_p); in ecma_process_all_enqueued_jobs()
362 ecma_job_queue_item_t *job_p = JERRY_CONTEXT (job_queue_head_p); in ecma_free_all_enqueued_jobs()
H A Decma-jobqueue.h43 } ecma_job_queue_item_t; typedef
/third_party/jerryscript/jerry-core/jcontext/
H A Djcontext.h183 ecma_job_queue_item_t *job_queue_head_p; /**< points to the head item of the job queue */
184 ecma_job_queue_item_t *job_queue_tail_p; /**< points to the tail item of the job queue */

Completed in 2 milliseconds