Lines Matching full:functions
20 Routines that are directly called as simple functions by user code are
77 functions are not available:
105 functions that can then be invoked in multiple threads. For instance,
159 that support lexically nested functions.
171 the variables in the parent that are accessed from outlined functions into
173 to the outlined functions. In this way the offsets of the shared variables
180 A scheme like this is how gcc\other generates outlined functions.
183 The library functions used for specific parts of the OpenMP\other language implementation
187 - @ref DEPRECATED functions that are in the library but are no longer required
188 - @ref STARTUP_SHUTDOWN functions for initializing and finalizing the runtime
189 - @ref PARALLEL functions for implementing `omp parallel`
190 - @ref THREAD_STATES functions for supporting thread state inquiries
191 - @ref WORK_SHARING functions for work sharing constructs such as `omp for`, `omp sections`
192 - @ref THREADPRIVATE functions to support thread private data, copyin etc
193 …- @ref SYNCHRONIZATION functions to support `omp critical`, `omp barrier`, `omp master`, reduction…
194 - @ref ATOMIC_OPS functions to support atomic operations
272 @defgroup DEPRECATED Deprecated Functions
273 Functions in this group are for backwards compatibility only, and
277 These functions are for library initialization and shutdown.
280 These functions are used for implementing <tt>\#pragma omp parallel</tt>.
283 These functions return information about the currently executing thread.
286 These functions are used for implementing
290 When handling loops, there are different functions for each of the signed and unsigned 32 and 64 bi…
291 which have the name suffixes `_4`, `_4u`, `_8` and `_8u`. The semantics of each of the functions is…
297 …scheduling is handled by the @ref __kmpc_dispatch_init_4 and @ref __kmpc_dispatch_next_4 functions.
302 These functions are used for implementing barriers.
305 These functions support copyin/out and thread private data.
326 These functions support tasking constructs.
328 @defgroup USER User visible functions
329 These functions can be called directly by the user, but are runtime library specific, rather than b…