HomeSort by relevance Sort by last modified time
    Searched refs:newtcb (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_openbsd_386.c 44 void *tls, *newtcb, *oldtcb; local
64 newtcb = tls + TLS_SIZE;
65 bcopy(oldtcb, newtcb, tcb_size);
68 *(uintptr_t *)(newtcb) = (uintptr_t)newtcb;
70 __set_tcb(newtcb);
73 // problem. so newtcb will be memory leaks. Get rid of this when OpenBSD
gcc_openbsd_amd64.c 44 void *tls, *newtcb, *oldtcb; local
64 newtcb = tls + TLS_SIZE;
65 bcopy(oldtcb, newtcb, tcb_size);
68 *(uintptr_t *)(newtcb) = (uintptr_t)newtcb;
70 __set_tcb(newtcb);
73 // problem. so newtcb will be memory leaks. Get rid of this when OpenBSD
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_openbsd_386.c 44 void *tls, *newtcb, *oldtcb; local
64 newtcb = tls + TLS_SIZE;
65 bcopy(oldtcb, newtcb, tcb_size);
68 *(uintptr_t *)(newtcb) = (uintptr_t)newtcb;
70 __set_tcb(newtcb);
73 // problem. so newtcb will be memory leaks. Get rid of this when OpenBSD
gcc_openbsd_amd64.c 44 void *tls, *newtcb, *oldtcb; local
64 newtcb = tls + TLS_SIZE;
65 bcopy(oldtcb, newtcb, tcb_size);
68 *(uintptr_t *)(newtcb) = (uintptr_t)newtcb;
70 __set_tcb(newtcb);
73 // problem. so newtcb will be memory leaks. Get rid of this when OpenBSD

Completed in 132 milliseconds