Searched refs:numthreads (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/fs/openfile/ |
H A D | openfile.c | 55 int numthreads = 10, numfiles = 10; variable 96 numthreads = atoi(optarg); in main() 97 if (numthreads <= 0) in main() 113 /* Check if numthreads is less than MAXFILES */ in main() 120 /* Check if numthreads is less than MAXTHREADS */ in main() 121 if (numthreads > MAXTHREADS) { in main() 122 sprintf(msg, "%s\nCannot use %d threads", msg, numthreads); in main() 124 numthreads = MAXTHREADS; in main() 150 for (i = 0; i < numthreads; i++) in main() 161 while (c.thr_sleeping != numthreads) in main() [all...] |
/third_party/spirv-tools/test/tools/objdump/ |
H A D | extract_source_test.cpp | 72 OpSource HLSL 660 %2 "[numthreads(1, 1, 1)] void compute_1(){ }" in TEST() 87 "[numthreads(1, 1, 1)] void compute_1(){ }"); in TEST() 97 OpSource HLSL 660 %2 "[numthreads(1, 1, 1)] " in TEST() 113 "[numthreads(1, 1, 1)] void compute_1(){ }"); in TEST() 174 OpSource HLSL 660 %2 "[numthreads(1, 1, 1)] in TEST() 192 "[numthreads(1, 1, 1)]\nvoid compute_1() {\n}\n"); in TEST()
|
Completed in 2 milliseconds