HomeSort by relevance Sort by last modified time
    Searched refs:stackhi (Results 1 - 25 of 44) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_solaris_amd64.c 43 ts->g->stackhi = 2 << 20;
44 if (pthread_attr_setstack(&attr, NULL, ts->g->stackhi) != 0)
47 ts->g->stackhi = size;
libcgo.h 25 uintptr stackhi; member in struct:G
gcc_windows_386.c 47 ts.g->stackhi = (uintptr)&ts;
gcc_windows_amd64.c 47 ts.g->stackhi = (uintptr)&ts;
gcc_dragonfly_amd64.c 43 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
44 ts->g->stackhi = size;
gcc_freebsd_386.c 43 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
44 ts->g->stackhi = size;
gcc_freebsd_amd64.c 43 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
44 ts->g->stackhi = size;
gcc_freebsd_arm.c 59 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
60 ts->g->stackhi = size;
gcc_linux_386.c 46 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
47 ts->g->stackhi = size;
gcc_linux_amd64.c 41 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
42 ts->g->stackhi = size;
gcc_linux_arm.c 34 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
35 ts->g->stackhi = size;
gcc_linux_arm64.c 34 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
35 ts->g->stackhi = size;
gcc_linux_ppc64x.c 44 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
45 ts->g->stackhi = size;
gcc_netbsd_386.c 42 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
43 ts->g->stackhi = size;
gcc_netbsd_amd64.c 43 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
44 ts->g->stackhi = size;
gcc_netbsd_arm.c 43 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
44 ts->g->stackhi = size;
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_solaris_amd64.c 43 ts->g->stackhi = 2 << 20;
44 if (pthread_attr_setstack(&attr, NULL, ts->g->stackhi) != 0)
47 ts->g->stackhi = size;
libcgo.h 25 uintptr stackhi; member in struct:G
gcc_windows_386.c 47 ts.g->stackhi = (uintptr)&ts;
gcc_windows_amd64.c 47 ts.g->stackhi = (uintptr)&ts;
gcc_dragonfly_amd64.c 43 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
44 ts->g->stackhi = size;
gcc_freebsd_386.c 43 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
44 ts->g->stackhi = size;
gcc_freebsd_amd64.c 43 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
44 ts->g->stackhi = size;
gcc_freebsd_arm.c 59 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
60 ts->g->stackhi = size;
gcc_linux_386.c 46 // Leave stacklo=0 and set stackhi=size; mstack will do the rest.
47 ts->g->stackhi = size;

Completed in 753 milliseconds

1 2