Searched refs:active (Results 1 - 25 of 71) sorted by relevance

123

/barrelfish-master/usr/bench/rcce/bt/
H A Dmpinpb.h9 int active; variable
12 extern int active;
16 #pragma omp threadprivate (node, no_nodes, total_nodes, root, active)
/barrelfish-master/lib/posixcompat/
H A Dunixsock.h52 } active; member in union:_unix_socket::__anon287
H A Dsockets.c39 || us->u.active.mode != _UNIX_SOCKET_MODE_CONNECTED) {
57 err = us->u.active.binding->change_waitset
58 (us->u.active.binding, &ws);
71 err = us->u.active.binding->change_waitset
72 (us->u.active.binding, get_default_waitset());
184 || us->u.active.mode != _UNIX_SOCKET_MODE_CONNECTED) {
210 errval_t err = us->u.active.binding->tx_vtbl.
211 send(us->u.active.binding, ec, us->send_buf, len);
223 err = us->u.active.binding->change_waitset
224 (us->u.active
[all...]
H A Dselect.c273 err = us->u.active.binding->change_waitset
274 (us->u.active.binding, ws_store[READ_SLOT][fd]);
332 err = us->u.active.binding->change_waitset
333 (us->u.active.binding, ws_store[WRITE_SLOT][fd]);
451 } else { /* active side */
520 switch (us->u.active.mode) {
653 } else { /* active side */
659 us->u.active.binding->waitset;
662 err = us->u.active.binding->change_waitset
663 (us->u.active
[all...]
H A Depoll.c258 if(us->u.active.mode == _UNIX_SOCKET_MODE_CONNECTING) {
270 err = us->u.active.binding->change_waitset
271 (us->u.active.binding, &efd->ws);
373 } else { /* active side */
411 switch (us->u.active.mode) {
/barrelfish-master/usr/tests/testdesc/
H A Dtestdesc.h57 } active; member in union:_unix_socket::__anon458
/barrelfish-master/lib/libc/stdlib/
H A Dgetenv.c69 * active state: true/false value to signify whether variable is active.
71 * co-exist. At most, one variable can be active at any
81 bool active; member in struct:envVars
88 * envActive: Number of active variables in array.
90 * envVarsTotal: Number of total variables in array (active or not).
155 * active are returned else all are.
164 * active). A variable created by putenv is always active, or it is not
174 } else if ((!onlyActive || envVars[ndx].active)
[all...]
/barrelfish-master/usr/monitor/
H A Dresource_ctrl.c21 bool active; member in struct:rsrc_phase
30 bool active; member in struct:rsrc_domain
49 if(d->active) {
196 if(d->active) {
200 d->active = true;
250 rp->active = true;
302 //activate_phase(id, d, active);
320 assert(p->active);
432 errval_t rsrc_set_phase_data(rsrcid_t id, uintptr_t active, void *data, argument
442 //activate_phase(id, d, active);
[all...]
/barrelfish-master/usr/eclipseclp/Opium/
H A Dopium_light.pl198 :- make_here(scenario_handler, opium_kernel, [active, untraceable, global]).
221 :- make_here(help, opium_kernel, [active, traceable, global]).
223 :- make_here(display, opium_kernel, [active, traceable, global]).
231 :- make_here(interface, opium_kernel, [active, traceable, global]).
234 :- make_here(source, opium_kernel, [active, traceable, global]).
236 :- make_here(lint, opium_kernel, [active, traceable, global]).
238 :- make_here(step_by_step, opium_kernel, [active, traceable, global]).
240 :- make_here(opium_light_kernel, opium_kernel, [active, untraceable, global]).
H A Dloadopium.pl123 TracGlobal = [active, traceable, global],
124 UntrGlobal = [active, untraceable, global],
125 TracLocal = [active, traceable, local],
126 UntrLocal = [active, untraceable, local],
/barrelfish-master/lib/net_device_manager/
H A Dport_management_support.h112 bool active; member in struct:buffer_port_translation
H A Dport_service_impl.c266 bp->active = false;
507 bp->active = true;
533 if (!bp->active) {
543 } // end if: not active
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dqueens.pl341 send(@queen_stop, [greyed:off, active:on]),
342 send(@queen_run, [greyed:on, active:off]),
343 send(@queen_quit, [greyed:on, active:off]),
345 send(@queen_quit, [greyed:off, active:on]),
346 send(@queen_run, [greyed:off, active:on]),
347 send(@queen_stop, [greyed:on, active:off]).
349 send(@queen_run, [greyed:off, active:on]),
350 send(@queen_quit, [greyed:off, active:on]),
351 send(@queen_stop, [greyed:on, active:off]),
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dtabnotebook.tcl24 ## The background color given to the active tab. A value of {}
106 ## -state normal|disabled|active DEFAULT: normal
107 ## The optional state can be normal, active or disabled.
108 ## If active, then this tab becomes the active (displayed) tab.
290 if {![regexp {^(normal|disabled|active)$} $val]} {
292 normal, disabled or active"
342 active {_activate $w $tab}
374 set data(:$tab:-state) active
470 if {[string match active
[all...]
H A Dconsole.tcl275 if {![info exists class(active)]} { set class(active) {} }
316 prompt $w "console display active\n"
333 if {$data(-grabputs) && [lsearch $class(active) $c] == -1} {
334 set class(active) [linsert $class(active) 0 $c]
341 set class(active) [lremove $class(active) $data(console)]
375 set class(active) [linsert $class(active)
[all...]
H A Dballoonhelp.tcl225 set cur [$w index active]
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Dfilesystem_common.h49 bool active = true; member in struct:detail::__anon182::GuardVAList
50 GuardVAList(va_list& target) : target(target), active(true) {}
52 if (active)
54 active = false;
57 if (active)
/barrelfish-master/usr/eclipseclp/ecrc_solvers/chr/
H A Dgraphic.pl144 active(@quit)
174 active(@quit).
197 active(@quit).
662 panel(@abort, button("Abort", abort_method), right, [active:off, greyed:on]).
705 active(Object) :-
706 send(Object,active,on),
710 send(Object,active,off),
772 active(@abort), % Unblock the control panel
776 send(@panel, active, off). % Block the control panel
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_ciph.c215 int active; member in struct:cipher_order_st
735 co_list[co_list_num].active = 0;
924 if (!curr->active)
927 curr->active = 1;
934 if (curr->active)
942 if (curr->active)
948 curr->active = 0;
960 curr->active = 0;
989 if (curr->active &&
1009 if (curr->active)
[all...]
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsparallel.tex195 active (awake) or asleep. As one would expect, only active workers
197 is active. New workers can be added and the number of active workers
212 workers currently active:
223 ``turing'', out of which 2 are active. In the above example, if one
224 wanted to have only one worker active:
280 sessions i.e. programs in which more than one worker is active.
315 the user to query total cpu usage of all active workers.
H A Dumssyntax.tex142 If the syntax option \notation{bar_is_no_atom} is active, the vertical bar
161 If the syntax option \notation{iso_base_prefix} is active, the syntax for
189 If the syntax option \notation{float_needs_point} is active, then
200 If the syntax option \notation{blanks_after_sign} is active, then
254 If the syntax option \notation{iso_restrictions} is active,
285 If the syntax option \notation{iso_escapes} is active, the octal escape
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c96 dev->active = 0;
/barrelfish-master/usr/drivers/omap44xx/sdma/
H A Domap_sdma.c47 bool active = (irqstatus >> channel) & 0x1; local
48 if(!active) continue;
/barrelfish-master/usr/monitor/include/
H A Dmonitor.h190 errval_t rsrc_set_phase_data(rsrcid_t id, uintptr_t active, void *data,
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DRemoteEclipse.java1826 private boolean active = true; field in class:RemoteEclipse.NonBlockingOutputStream.CopierThread
1848 active = false;
1861 while(active)

Completed in 172 milliseconds

123