Home | History | Annotate | Download | only in benchmarks

Lines Matching defs:server

23  * that contains two integers.  For each parcel that the server
30 * -s cpu - bind server to specified cpu (default: unbound)
67 unbound, // Server CPU
92 static void server(void);
119 case 's': { // server CPU
165 cerr << " -s cpu - server CPU number" << endl;
191 // Fork client, use this process as server
199 server();
222 static void server(void)
235 // Start threads to handle server work
311 // Server function that handles parcels received from the client
318 // If server bound to a particular CPU, check that
323 cerr << "server onTransact on CPU " << cpu << " expected CPU "
338 cerr << "server onTransact unknown code, code: " << code << endl;