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

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscostask.c 48 static int task_handle = 0; variable
110 task_handle = regs.r[1];
142 regs.r[0] = task_handle;
145 task_handle = 0;
349 return task_handle;
  /external/chromium/base/
process_util_posix.cc 375 task_t* task_handle,
380 if (task_handle == NULL) {
387 *task_handle = MACH_PORT_NULL;
388 pid = fork_and_get_task(task_handle);
process_util.h 183 // |task_handle| is not NULL. If |task_handle| is not NULL, the caller is
189 task_t* task_handle,

Completed in 2596 milliseconds