HomeSort by: relevance | last modified time | path
    Searched refs:led_clear_tid (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/linux/common/
linux_emuldata.h 47 void *led_clear_tid; /* Own TID to clear on exit */ member in struct:linux_emuldata
linux_exec.c 177 if (led->led_clear_tid != NULL) {
179 error = copyout(&zero, led->led_clear_tid, sizeof(zero));
185 error = linux_do_futex((int *)led->led_clear_tid, FUTEX_WAKE,
linux_sched.c 291 led->led_clear_tid = child_tidptr;
666 led->led_clear_tid = SCARG(uap, tid);

Completed in 14 milliseconds