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

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_windows_386.c 30 uintptr_t thandle; local
32 thandle = _beginthread(threadentry, 0, ts);
33 if(thandle == -1) {
gcc_windows_amd64.c 30 uintptr_t thandle; local
32 thandle = _beginthread(threadentry, 0, ts);
33 if(thandle == -1) {
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_windows_386.c 30 uintptr_t thandle; local
32 thandle = _beginthread(threadentry, 0, ts);
33 if(thandle == -1) {
gcc_windows_amd64.c 30 uintptr_t thandle; local
32 thandle = _beginthread(threadentry, 0, ts);
33 if(thandle == -1) {

Completed in 86 milliseconds