OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcb_size
(Results
1 - 5
of
5
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_openbsd_386.c
17
//
TCB_SIZE
is sizeof(struct thread_control_block), as defined in
19
#define
TCB_SIZE
(4 * sizeof(void *))
45
size_t tls_size,
tcb_size
;
local
54
tcb_size
= has_tib ? TIB_SIZE :
TCB_SIZE
;
55
tls_size = TLS_SIZE +
tcb_size
;
65
bcopy(oldtcb, newtcb,
tcb_size
);
gcc_openbsd_amd64.c
17
//
TCB_SIZE
is sizeof(struct thread_control_block), as defined in
19
#define
TCB_SIZE
(4 * sizeof(void *))
45
size_t tls_size,
tcb_size
;
local
54
tcb_size
= has_tib ? TIB_SIZE :
TCB_SIZE
;
55
tls_size = TLS_SIZE +
tcb_size
;
65
bcopy(oldtcb, newtcb,
tcb_size
);
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_openbsd_386.c
17
//
TCB_SIZE
is sizeof(struct thread_control_block), as defined in
19
#define
TCB_SIZE
(4 * sizeof(void *))
45
size_t tls_size,
tcb_size
;
local
54
tcb_size
= has_tib ? TIB_SIZE :
TCB_SIZE
;
55
tls_size = TLS_SIZE +
tcb_size
;
65
bcopy(oldtcb, newtcb,
tcb_size
);
gcc_openbsd_amd64.c
17
//
TCB_SIZE
is sizeof(struct thread_control_block), as defined in
19
#define
TCB_SIZE
(4 * sizeof(void *))
45
size_t tls_size,
tcb_size
;
local
54
tcb_size
= has_tib ? TIB_SIZE :
TCB_SIZE
;
55
tls_size = TLS_SIZE +
tcb_size
;
65
bcopy(oldtcb, newtcb,
tcb_size
);
/toolchain/binutils/binutils-2.25/gold/
aarch64.cc
483
align_address(Target_aarch64<size, big_endian>::
TCB_SIZE
,
2948
tcb_size
() const { return This::TCB_SIZE; }
function in class:__anon108370::Output_data_got_aarch64::Target_aarch64
[
all
...]
Completed in 824 milliseconds