Lines Matching refs:will
38 - Access to thread stack buffers will be controlled with a policy which
41 - A user thread will by default have read/write access to its own stack
44 - A user thread will never by default have access to user thread stacks
47 - A user thread will never by default have access to thread stacks owned
124 simultaneously, after which creation of new user threads will fail.
135 - Any user thread will only have access to a subset of memory:
168 space will generate a hardware fault. The way this is done specifically
176 kernel objects will need to go through pre-defined pools of available objects.
181 - Loaded object code will not be able to define any kernel objects that will be
182 recognized by the kernel. This code will instead need to use APIs for
185 - Similarly, since the loaded object code will not be part of the kernel build
186 process, this code will not be able to install interrupt handlers,