aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/race_SUITE_data/src/whereis_diff_modules2_rec/whereis_diff_modules4_rec.erl
blob: d49c59ed5c7a23acbdb02aa54129c678e1d149e7 (plain) (blame)
1
2
3
4
5
6
7
8
%% This tests the presence of possible races due to a register/whereis
%% combination in a recursive function.

-module(whereis_diff_modules4_rec).
-export([continue/4]).

continue(Atom, NextAtom, Fun, Id) ->
  whereis_diff_modules3_rec:start(Atom, NextAtom, Fun, Id).