Lines Matching +defs:current +defs:buffer
131 /* Calculate the identifier of the current thread */
376 char buffer[MAX_MESSAGE];
380 KMP_SNPRINTF(buffer, sizeof(buffer), "OMP storage map: %p %p%8lu %s\n", p1,
383 __kmp_vprintf(kmp_err, buffer, ap);
441 char buffer[MAX_MESSAGE];
450 KMP_SNPRINTF(buffer, sizeof(buffer), "OMP warning: %s\n", format);
452 __kmp_vprintf(kmp_err, buffer, ap);
1077 // Store primary thread's current task state on new team
1092 // Store primary thread's current task_state on new team
1207 // No proc_bind clause was specified, so use the current value
1627 // No proc_bind clause specified; use current proc-bind-var
1970 /* setup current data */
2066 // TODO: get nproc directly from current task
2068 // Use the thread_limit set for the current target task if exists, else go
2149 // No proc_bind clause specified; use current proc-bind-var for this
2352 // current team will be used for parallel inside the teams;
2452 /* setup current data */
2879 // The current setting won't be changed. The last valid setting will be
3201 "current entries=%d\n",
3300 __kmp_get_schedule_global(); // get current state of scheduling globals
3350 __kmp_get_schedule_global(); // get current state of scheduling globals
3800 /* Register the current thread as a root thread and obtain our gtid. We must
4236 Unregisters a root thread that is not the current thread. Returns the number
4816 // The primary thread's partition should already include its current binding.
5013 double current = static_cast<double>(masters_place);
5023 first = static_cast<int>(current);
5024 last = static_cast<int>(current + spacing) - 1;
5048 current += spacing;
5323 // restore the current task state of the primary thread: should be the
5601 /* NOTE well, for some reason allocating one big buffer and dividing it up
5818 // Pop current CG root off list
5828 // Restore current task's thread_limit from CG root
6173 Based on the current design (20050722), a thread may end up
6522 /* For now, skip the usual subsequent processing and just dump the debug buffer.
7285 kmp_str_buf_t buffer;
7286 __kmp_str_buf_init(&buffer);
7287 __kmp_i18n_dump_catalog(&buffer);
7288 __kmp_printf("%s", buffer.str);
7289 __kmp_str_buf_free(&buffer);
7664 dispatch->th_disp_index = 0; /* reset the dispatch buffer counter */
7665 dispatch->th_doacross_buf_idx = 0; // reset doacross dispatch buffer counter
8075 /* Reset the identifiers on the dispatch buffer */
8733 // Attempt to fill the buffer with the requested
8798 * The resultant string is printed to buffer, which the caller can then
8802 kmp_str_buf_t *buffer) {
8808 KMP_DEBUG_ASSERT(buffer);
8812 __kmp_str_buf_clear(buffer);
8828 // Put field in the buffer
8830 __kmp_str_buf_catbuf(buffer, &field);
8833 // Put literal character in buffer
8834 __kmp_str_buf_cat(buffer, parse_ptr, 1);
8917 // Default reduction method: critical construct ( lck != NULL, like in current