|
Download process, open and convert a free CPP file: |
| process.cpp - Open Source - Apple | | |
| @APPLE_LICENSE_HEADER_END@ */ // // process - track a single client ... Process::Process(Port servicePort, TaskPort taskPort, const ClientSetupInfo *info, ... |
process.cpp | opensource.apple.com | Convert : apple open processcpp source |
 |
| process.cpp - Open Source - Apple | | |
| @APPLE_LICENSE_HEADER_END@ */ // // process - track a single client process and its belongings // #include "process.h" #include "server.h" #include ... |
process.cpp | www.opensource.apple.com | Convert : apple open processcpp source |
 |
| system/vold/Process.cpp - Index - FrAndroid | | |
| else { int length = read(fd, buffer, max - 1); buffer[length] = 0; close(fd); } } int Process::checkFileDescriptorSymLinks(int pid, const char *mountPoint) { return ... |
Process.cpp | source-android.frandroid.com | Convert : frandroid index systemvoldprocesscpp |
 |
| quad.cpp - People | | |
| 3*M // // and so on up to subinterval N. The partial sums collected by // each process are then sent to the master process to be added // together to get the ... |
quad.cpp | people.sc.fsu.edu | Convert : people quadcpp |
 |
| search_mpi.cpp - People | | |
| The search is done in parallel. A master process generates the // array and the target value, then distributes the information among // a set of worker processes, ... |
search_mpi.cpp | people.sc.fsu.edu | Convert : people searchmpicpp |
 |
| Process.cpp | | |
| $Id: Process.cpp 95567 2012-02-28 14:36:02Z johnnyw $ #include "ace/Process. h" #if !defined (__ACE_INLINE__) #include "ace/Process.inl" #endif ... |
Process.cpp | www.dre.vanderbilt.edu | Convert : processcpp |
 |
| process.cpp | | |
| @file process.cpp * * $Id: process.cpp 93639 2011-03-24 13:32:13Z johnnyw $ * * This example tests the <ACE_Process>. For more info, check the * README ... |
process.cpp | www.dre.vanderbilt.edu | Convert : processcpp |
 |
| ProcessManager.cpp | | |
| This is because there may be events that occur from the process after // it has terminated (because of the way the kernel driver monitors work) // We only delete ... |
ProcessManager.cpp | projects.honeynet.org | Convert : processmanagercpp |