Home
last modified time | relevance | path

Searched refs:nThread (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/network/nfsv4/locks/
Dnetsync.c106 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()
Dlocktests.h98 int setupClients(int type, char *fname, int nThread);
100 int getConfiguration(int *type, char *fname, int *nThread);
Dlocktests.c958 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/
Dcrash_report.mm302 printf("\nThread %d:", requesting_thread);