summaryrefslogtreecommitdiff
path: root/lib/dialyzer/test/race_SUITE_data/src/whereis_diff_modules1_rec/whereis_diff_modules2_rec.erl
blob: 4b46b4a8e574326c6ac35a151bd5e8c340e12735 (plain)
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_modules2_rec).
-export([continue/4]).

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