Searched refs:blocks (Results 1 - 10 of 10) sorted by relevance

/seL4-test-master/projects/musllibc/src/regex/
H A Dtre-mem.c33 This memory allocator is for allocating small memory blocks efficiently
34 in terms of memory overhead and execution speed. The allocated blocks
45 This memory allocator is for allocating small memory blocks efficiently
46 in terms of memory overhead and execution speed. The allocated blocks
73 tre_list_t *tmp, *l = mem->blocks;
137 if (mem->blocks == NULL)
138 mem->blocks = l;
H A Dtre.h184 tre_list_t *blocks; member in struct:tre_mem_struct
/seL4-test-master/tools/riscv-pk/pk/
H A Dfrontend.h24 uint64_t blocks; member in struct:frontend_stat
H A Dfrontend.c51 dest->st_blocks = src->blocks;
/seL4-test-master/kernel/manual/tools/libsel4_tools/
H A Dbitfield_gen.py2230 # Don't generate raw records for blocks in tagged unions
2436 # Don't generate raw accessors for blocks in tagged unions
2580 # Don't generate raw accessors for blocks in tagged unions
2722 blocks = {} variable
2738 blocks[name] = b
2741 symtab.update(blocks)
2762 for e in det_values(blocks, unions):
2795 for e in det_values(blocks, unions):
2805 for e in det_values(blocks, unions):
2811 for e in det_values(blocks, union
[all...]
/seL4-test-master/kernel/libsel4/tools/
H A Dbitfield_gen.py2230 # Don't generate raw records for blocks in tagged unions
2436 # Don't generate raw accessors for blocks in tagged unions
2580 # Don't generate raw accessors for blocks in tagged unions
2722 blocks = {} variable
2738 blocks[name] = b
2741 symtab.update(blocks)
2762 for e in det_values(blocks, unions):
2795 for e in det_values(blocks, unions):
2805 for e in det_values(blocks, unions):
2811 for e in det_values(blocks, union
[all...]
/seL4-test-master/kernel/tools/
H A Dbitfield_gen.py2230 # Don't generate raw records for blocks in tagged unions
2436 # Don't generate raw accessors for blocks in tagged unions
2580 # Don't generate raw accessors for blocks in tagged unions
2722 blocks = {} variable
2738 blocks[name] = b
2741 symtab.update(blocks)
2762 for e in det_values(blocks, unions):
2795 for e in det_values(blocks, unions):
2805 for e in det_values(blocks, unions):
2811 for e in det_values(blocks, union
[all...]
/seL4-test-master/kernel/manual/parts/
H A Dnotifications.tex41 invoker blocks. Else, the call returns immediately, setting the
H A Dobjects.tex205 some important differences. The call blocks the sending thread until its
289 trying to send or receive on an endpoint blocks until the message
H A Dthreads.tex23 \subsection{Thread control blocks}
131 \item When a thread stops executing (blocks or is preempted), schedule a replenishment at $T_{s} + p$ for the
248 when the thread blocks on the notification object. This feature allows for passive servers to use

Completed in 70 milliseconds