LLVMThreadLocalMode.st
changeset 14 c7dea3fcc5a7
parent 13 fa967c0e1827
equal deleted inserted replaced
13:fa967c0e1827 14:c7dea3fcc5a7
       
     1 "
       
     2     Copyright (C) 2015-now Jan Vrany
       
     3 
       
     4     This code is not an open-source (yet). You may use this code
       
     5     for your own experiments and projects, given that:
       
     6 
       
     7     * all modification to the code will be sent to the
       
     8       original author for inclusion in future releases
       
     9     * this is not used in any commercial software
       
    10 
       
    11     This license is provisional and may (will) change in
       
    12     a future.
       
    13 "
     1 "{ Package: 'jv:llvm_s' }"
    14 "{ Package: 'jv:llvm_s' }"
     2 
    15 
     3 "{ NameSpace: Smalltalk }"
    16 "{ NameSpace: Smalltalk }"
     4 
    17 
     5 SharedPool subclass:#LLVMThreadLocalMode
    18 SharedPool subclass:#LLVMThreadLocalMode
     8 		LLVMLocalDynamicTLSModel LLVMInitialExecTLSModel
    21 		LLVMLocalDynamicTLSModel LLVMInitialExecTLSModel
     9 		LLVMLocalExecTLSModel'
    22 		LLVMLocalExecTLSModel'
    10 	poolDictionaries:''
    23 	poolDictionaries:''
    11 	category:'LLVM-S-Core-Constants'
    24 	category:'LLVM-S-Core-Constants'
    12 !
    25 !
       
    26 
       
    27 !LLVMThreadLocalMode class methodsFor:'documentation'!
       
    28 
       
    29 copyright
       
    30 "
       
    31     Copyright (C) 2015-now Jan Vrany
       
    32 
       
    33     This code is not an open-source (yet). You may use this code
       
    34     for your own experiments and projects, given that:
       
    35 
       
    36     * all modification to the code will be sent to the
       
    37       original author for inclusion in future releases
       
    38     * this is not used in any commercial software
       
    39 
       
    40     This license is provisional and may (will) change in
       
    41     a future.
       
    42 "
       
    43 ! !
    13 
    44 
    14 !LLVMThreadLocalMode class methodsFor:'initialization'!
    45 !LLVMThreadLocalMode class methodsFor:'initialization'!
    15 
    46 
    16 initialize
    47 initialize
    17 
    48