1 : /*
2 : * Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 : * Use of this source code is governed by a BSD-style license that can be
4 : * found in the LICENSE file.
5 : */
6 :
7 : #include "native_client/src/trusted/service_runtime/sel_ldr.h"
8 :
9 :
10 29969 : void NaClVmHoleWaitToStartThread(struct NaClApp *nap) {
11 : UNREFERENCED_PARAMETER(nap);
12 29969 : }
13 :
14 29969 : void NaClVmHoleThreadStackIsSafe(struct NaClApp *nap) {
15 : UNREFERENCED_PARAMETER(nap);
16 29969 : }
17 :
18 94629 : void NaClVmHoleOpeningMu(struct NaClApp *nap) {
19 : UNREFERENCED_PARAMETER(nap);
20 94629 : }
21 :
22 94627 : void NaClVmHoleClosingMu(struct NaClApp *nap) {
23 : UNREFERENCED_PARAMETER(nap);
24 94627 : }
|