1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28SUNW_1.3 { 29 global: 30 td_thr_tlsbase; 31} SUNW_1.2; 32 33# Due to mistakes made early in the history of this library, there are 34# no SUNW_1.2 symbols, but the version is now kept as a placeholder. 35# Don't add any symbols to this version. 36 37SUNW_1.2 { 38 global: 39 SUNW_1.2; 40} SUNW_1.1; 41 42SUNW_1.1 { 43 global: 44 td_sync_get_info; 45 td_sync_setstate; 46 td_sync_waiters; 47 td_ta_clear_event; 48 td_ta_enable_stats; 49 td_ta_event_addr; 50 td_ta_event_getmsg; 51 td_ta_get_stats; 52 td_ta_map_addr2sync; 53 td_ta_reset_stats; 54 td_ta_setconcurrency; 55 td_ta_set_event; 56 td_ta_sync_iter; 57 td_thr_clear_event; 58 td_thr_dbresume; 59 td_thr_dbsuspend; 60 td_thr_event_enable; 61 td_thr_event_getmsg; 62 td_thr_lockowner; 63 td_thr_set_event; 64 td_thr_sleepinfo; 65} SUNW_0.9; 66 67SUNW_0.9 { 68 global: 69 td_init; 70 td_log; 71 td_ta_delete; 72 td_ta_get_nthreads; 73 td_ta_get_ph; 74 td_ta_map_id2thr; 75 td_ta_map_lwp2thr; 76 td_ta_new; 77 td_ta_thr_iter; 78 td_ta_tsd_iter; 79 td_thr_getfpregs; 80 td_thr_getgregs; 81 td_thr_get_info; 82 td_thr_getxregs; 83 td_thr_getxregsize; 84 td_thr_setfpregs; 85 td_thr_setgregs; 86 td_thr_setprio; 87 td_thr_setsigpending; 88 td_thr_setxregs; 89 td_thr_sigsetmask; 90 td_thr_tsd; 91 td_thr_validate; 92}; 93 94SUNWprivate_1.1 { 95 global: 96 td_sync_get_stats; 97 td_ta_sync_tracking_enable; 98 local: 99 *; 100}; 101 102# External interface requirements 103 104{ 105 global: 106 ps_lcontinue = EXTERN; 107 ps_lgetfpregs = EXTERN; 108 ps_lgetregs = EXTERN; 109 ps_lgetxregs = EXTERN; 110 ps_lgetxregsize = EXTERN; 111 ps_lsetfpregs = EXTERN; 112 ps_lsetregs = EXTERN; 113 ps_lsetxregs = EXTERN; 114 ps_lstop = EXTERN; 115 ps_pcontinue = EXTERN; 116 ps_pdread = EXTERN; 117 ps_pdwrite = EXTERN; 118 ps_pglobal_lookup = EXTERN; 119 ps_pstop = EXTERN; 120}; 121