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 21400 : void NaClVmHoleWaitToStartThread(struct NaClApp *nap) {
11 42800 : UNREFERENCED_PARAMETER(nap);
12 21400 : }
13 :
14 21400 : void NaClVmHoleThreadStackIsSafe(struct NaClApp *nap) {
15 42800 : UNREFERENCED_PARAMETER(nap);
16 21400 : }
17 :
18 139783 : void NaClVmHoleOpeningMu(struct NaClApp *nap) {
19 279566 : UNREFERENCED_PARAMETER(nap);
20 139783 : }
21 :
22 139781 : void NaClVmHoleClosingMu(struct NaClApp *nap) {
23 279562 : UNREFERENCED_PARAMETER(nap);
24 139781 : }
|