aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/signalhandler/my_shared_library.h
blob: 4a1b259981b6ff6f7a923f352d1c940ec0fc60ac (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include <vespa/vespalib/stllike/string.h>
#include <vespa/vespalib/util/count_down_latch.h>

void my_cool_function(vespalib::CountDownLatch&, vespalib::CountDownLatch&) __attribute__((noinline));

vespalib::string my_totally_tubular_and_groovy_function() __attribute__((noinline));