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

/fuchsia/zircon/kernel/include/kernel/
H A Devent.h31 #define EVENT_INITIAL_VALUE(e, initial, _flags) \
34 .signaled = initial, \
54 void event_init(event_t*, bool initial, uint flags);
/fuchsia/zircon/system/utest/thread-initial-state/
H A Drules.mk19 MODULE_NAME := thread-initial-state-test
/fuchsia/zircon/kernel/kernel/
H A Devent.cpp41 * @param initial Initial value for "signaled" state
44 void event_init(event_t* e, bool initial, uint flags) { argument
45 *e = (event_t)EVENT_INITIAL_VALUE(*e, initial, flags);
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregcomp.c217 /* Creates a new stack object. `size' is initial size in bytes, `max_size'
2444 tre_tnfa_transition_t *transitions, *initial; local
2584 initial = xcalloc((unsigned)i + 1, sizeof(tre_tnfa_transition_t));
2585 if (initial == NULL)
2587 tnfa->initial = initial;
2591 initial[i].state = transitions + offs[p->position];
2592 initial[i].state_id = p->position;
2593 initial[i].tags = NULL;
2600 initial[
[all...]
H A Dtre.h151 tre_tnfa_transition_t* initial; member in struct:tnfa
H A Dregexec.c236 /* If no match found yet, add the initial states to `reach_next'. */
238 trans_i = tnfa->initial;
612 /* Handle initial states. */
614 for (trans_i = tnfa->initial; trans_i->state; trans_i++) {
/fuchsia/zircon/system/utest/trace/
H A Dengine_tests.cpp193 KernelObject(koid: <>, type: thread, name: "initial-thread", {process: koid(<>)})
225 KernelObject(koid: <>, type: thread, name: "initial-thread", {process: koid(<>)})
448 KernelObject(koid: <>, type: thread, name: \"initial-thread\", {process: koid(<>)})\n\
581 KernelObject(koid: <>, type: thread, name: \"initial-thread\", {process: koid(<>)})\n\

Completed in 105 milliseconds