Searched refs:nThread (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/network/nfsv4/locks/ |
D | netsync.c | 106 int setupClients(int type, char *fname, int nThread) in setupClients() argument 117 sprintf(message, "%d:%s:%d::", type, fname, nThread); in setupClients() 178 int getConfiguration(int *type, char *fname, int *nThread) in getConfiguration() argument 191 *nThread = atoi(p); in getConfiguration()
|
D | locktests.h | 98 int setupClients(int type, char *fname, int nThread); 100 int getConfiguration(int *type, char *fname, int *nThread);
|
D | locktests.c | 958 int i, nThread = 0; in main() local 976 nThread = atoi(tmp); in main() 1005 if (!(dp.fname && nThread)) in main() 1009 setupClients(type, dp.fname, nThread); in main() 1015 getConfiguration(&type, dp.fname, &nThread); in main() 1024 initialize(nThread); in main()
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | crash_report.mm | 302 printf("\nThread %d:", requesting_thread);
|