Home
last modified time | relevance | path

Searched refs:first_cmd (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dmake1.cpp1099 if ( a0->action->first_cmd == NULL ) in make1cmds()
1104 first = (CMD *)a0->action->first_cmd; in make1cmds()
1248 a0->action->first_cmd = cmd; in make1cmds()
1276 ( ( CMD * )a0->action->first_cmd )->asynccnt = unique_targets; in make1cmds()
1289 ( ( CMD * )a0->action->first_cmd )->lock = semaphores; in make1cmds()
Drules.h101 void * first_cmd; /* Pointer to the first CMD created by this action */ member