Home
last modified time | relevance | path

Searched defs:async_unit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dasync.h337 typedef struct async_unit struct
339 __gthread_mutex_t io_lock; /* Lock for doing actual I/O. */
340 __gthread_mutex_t lock; /* Lock for manipulating the queue structure. */
341 bool empty;
343 {
367 } async_unit; argument
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dasync.h337 typedef struct async_unit struct
339 __gthread_mutex_t io_lock; /* Lock for doing actual I/O. */
340 __gthread_mutex_t lock; /* Lock for manipulating the queue structure. */
341 bool empty;
343 {
367 } async_unit; argument