Searched refs:mops (Results 1 - 2 of 2) sorted by relevance

/seL4-test-master/projects/util_libs/libplatsupport/include/platsupport/
H A Dtqueue.h129 * @param mops malloc ops to allocate timeout nodes with. Not stored for use beyond this function.
133 int tqueue_init_static(tqueue_t *tq, ps_malloc_ops_t *mops, int size);
/seL4-test-master/projects/util_libs/libplatsupport/src/
H A Dtqueue.c180 int tqueue_init_static(tqueue_t *tq, ps_malloc_ops_t *mops, int size) argument
182 if (!tq || !mops) {
192 int error = ps_calloc(mops, size, sizeof(tqueue_node_t), (void **) &tq->array);

Completed in 23 milliseconds