Searched refs:launch (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DThreadPool.cpp138 // Get a Future with launch::deferred execution using std::async
139 auto Future = std::async(std::launch::deferred, std::move(Task)).share();
144 auto Future = std::async(std::launch::deferred, std::move(Task), false).share();
/freebsd-11.0-release/sys/dev/en/
H A Dmidwayvar.h97 uint32_t launch; /* total # of launches */ member in struct:en_stats
H A Dmidway.c776 EN_COUNT(sc->stats.launch);
3139 printf("\t%d times launched a packet\n", s->launch);
/freebsd-11.0-release/contrib/openbsm/bin/auditd/
H A Dauditd_darwin.c45 #include <launch.h>
/freebsd-11.0-release/sys/dev/ncr/
H A Dncr.c692 struct link launch; member in struct:head
1436 ** head starts with launch,
1440 ** then launch contains a jump to SELECT.
1461 ** patch the launch field.
1581 NADDR (header.launch),
4064 cp->phys.header.launch.l_paddr = NCB_SCRIPT_PHYS (np, select);
4065 cp->phys.header.launch.l_cmd = SCR_JUMP;
4401 cp->phys.header.launch.l_paddr= NCB_SCRIPT_PHYS (np, idle);
4608 if ((cp->phys.header.launch.l_paddr
5117 if (cp->phys.header.launch
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lli/
H A Dlli.cpp110 cl::desc("Specify the filename of the process to launch "
655 errs() << "Failed to launch remote JIT.\n";

Completed in 71 milliseconds