Go to the source code of this file.
◆ coml_in_parallel()
| subroutine coml_in_parallel |
( |
integer(kind=jpim), intent(out) |
KISPAR_REGION | ) |
|
◆ coml_init_lock()
| subroutine coml_init_lock |
( |
| ) |
|
◆ coml_init_lockid()
| subroutine coml_init_lockid |
( |
integer(kind=oml_lock_kind), intent(inout) |
KMYLOCK | ) |
|
◆ coml_init_lockid_with_name()
| subroutine coml_init_lockid_with_name |
( |
integer(kind=oml_lock_kind), intent(inout) |
KMYLOCK, |
|
|
character(len=*), intent(in) |
CDLOCKNAME |
|
) |
| |
◆ coml_set_debug()
| subroutine coml_set_debug |
( |
integer(kind=jpim), intent(in) |
KONOFF, |
|
|
integer(kind=jpim), intent(out) |
KRET |
|
) |
| |
◆ coml_set_lock()
| subroutine coml_set_lock |
( |
| ) |
|
◆ coml_set_lockid()
| subroutine coml_set_lockid |
( |
integer(kind=oml_lock_kind), intent(inout) |
KMYLOCK | ) |
|
◆ coml_test_lock()
| subroutine coml_test_lock |
( |
integer(kind=jpim), intent(out) |
KISSET | ) |
|
◆ coml_test_lockid()
| subroutine coml_test_lockid |
( |
integer(kind=jpim), intent(out) |
KISSET, |
|
|
integer(kind=oml_lock_kind), intent(inout) |
KMYLOCK |
|
) |
| |
◆ coml_unset_lock()
| subroutine coml_unset_lock |
( |
| ) |
|
◆ coml_unset_lockid()
| subroutine coml_unset_lockid |
( |
integer(kind=oml_lock_kind), intent(inout) |
KMYLOCK | ) |
|