Lines Matching refs:notify

25   notify wait(non_notify)
28 notify wait(non_coarray)
31 notify wait(notify_var[1])
34 notify wait(notify_array(1)[1])
37 notify wait(notify_array)
42 notify wait(notify_var, until_count=invalid_type)
45 notify wait(notify_var, until_count=non_scalar)
50 notify wait(notify_var, stat=invalid_type)
53 notify wait(notify_var, stat=non_scalar)
58 notify wait(notify_var, errmsg=invalid_type)
61 notify wait(notify_var, errmsg=non_scalar_char)
66 notify wait(notify_var, until_count=count, until_count=count_array(1))
69 notify wait(notify_var, until_count=count, stat=sync_status, until_count=count_array(1))
72 notify wait(notify_var, until_count=count, errmsg=error_message, until_count=count_array(1))
75notify wait(notify_var, until_count=count, stat=sync_status, errmsg=error_message, until_count=cou…
78 notify wait(notify_var, stat=sync_status, stat=superfluous_stat)
81 notify wait(notify_var, stat=sync_status, until_count=count, stat=superfluous_stat)
84 notify wait(notify_var, stat=sync_status, errmsg=error_message, stat=superfluous_stat)
87notify wait(notify_var, stat=sync_status, until_count=count, errmsg=error_message, stat=superfluou…
90 notify wait(notify_var, errmsg=error_message, errmsg=superfluous_errmsg)
93 notify wait(notify_var, errmsg=error_message, until_count=count, errmsg=superfluous_errmsg)
96 notify wait(notify_var, errmsg=error_message, stat=superfluous_stat, errmsg=superfluous_errmsg)
99notify wait(notify_var, errmsg=error_message, until_count=count, stat=superfluous_stat, errmsg=sup…
104 notify wait(notify_var, stat=coindexed_integer[1])
107 notify wait(notify_var, errmsg=coindexed_character[1])
110 notify wait(notify_var, stat=coindexed_integer[1], errmsg=error_message)
113 notify wait(notify_var, stat=sync_status, errmsg=coindexed_character[1])
117 notify wait(notify_var, stat=coindexed_integer[1], errmsg=coindexed_character[1])
121 notify wait(notify_var, errmsg=coindexed_character[1], stat=coindexed_integer[1])