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 41128 : void NaClVmHoleWaitToStartThread(struct NaClApp *nap) {
11 : UNREFERENCED_PARAMETER(nap);
12 41128 : }
13 :
14 41126 : void NaClVmHoleThreadStackIsSafe(struct NaClApp *nap) {
15 : UNREFERENCED_PARAMETER(nap);
16 41126 : }
17 :
18 266473 : void NaClVmHoleOpeningMu(struct NaClApp *nap) {
19 : UNREFERENCED_PARAMETER(nap);
20 266473 : }
21 :
22 266471 : void NaClVmHoleClosingMu(struct NaClApp *nap) {
23 : UNREFERENCED_PARAMETER(nap);
24 266471 : }
|