OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIB_SIZE
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_openbsd_386.c
21
//
TIB_SIZE
is sizeof(struct tib), as defined in
23
#define
TIB_SIZE
(4 * sizeof(void *) + 6 * sizeof(int))
54
tcb_size = has_tib ?
TIB_SIZE
: TCB_SIZE;
gcc_openbsd_amd64.c
21
//
TIB_SIZE
is sizeof(struct tib), as defined in
23
#define
TIB_SIZE
(4 * sizeof(void *) + 6 * sizeof(int))
54
tcb_size = has_tib ?
TIB_SIZE
: TCB_SIZE;
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_openbsd_386.c
21
//
TIB_SIZE
is sizeof(struct tib), as defined in
23
#define
TIB_SIZE
(4 * sizeof(void *) + 6 * sizeof(int))
54
tcb_size = has_tib ?
TIB_SIZE
: TCB_SIZE;
gcc_openbsd_amd64.c
21
//
TIB_SIZE
is sizeof(struct tib), as defined in
23
#define
TIB_SIZE
(4 * sizeof(void *) + 6 * sizeof(int))
54
tcb_size = has_tib ?
TIB_SIZE
: TCB_SIZE;
Completed in 1143 milliseconds