Searched refs:threadLimit (Results 1 – 8 of 8) sorted by relevance
20 int threadLimit = -1; in main() local23 map(check1[:], check2[:], check3[:], threadLimit) in main()25 threadLimit = omp_get_thread_limit(); in main()47 printf("threadLimit = %d\n", threadLimit); in main()
39 size_t threadLimit; member75 || (ctx->numThreadsBusy >= ctx->threadLimit) ) { in POOL_thread()157 ctx->threadLimit = numThreads; in POOL_create_advanced()208 ctx->threadLimit = numThreads; in POOL_resize_internal()228 ctx->threadLimit = numThreads; in POOL_resize_internal()254 return (ctx->numThreadsBusy == ctx->threadLimit) || in isQueueFull()
155 threadLimit := -1161 threadLimit = 4166 threadLimit = MAIN_THREAD_ONLY171 threadLimit = MAIN_THREAD_ONLY174 if threadLimit >= 0 {175 args = append(args, "--threads", strconv.Itoa(threadLimit))
36 DEVICE SHARED uint16_t threadLimit; variable
65 threadLimit = ThreadLimit; in __kmpc_kernel_init()
98 determineNumberOfThreads(NumThreadsClause, nThreads, threadLimit); in __kmpc_kernel_prepare_parallel()
65 int rc = threadLimit; in omp_get_thread_limit()
300 extern DEVICE SHARED uint16_t threadLimit;