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

  /xsrc/external/mit/MesaLib/dist/src/glx/apple/
apple_glx_log.c 107 char *_thread; local
108 asprintf(&_thread, "%"PRIu64, thread);
109 if (_thread) {
110 asl_set(msg, "Thread", _thread);
111 free(_thread);
  /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
apple_glx_log.c 118 char *_thread; local
119 asprintf(&_thread, "%"PRIu64, thread);
120 if (_thread) {
121 asl_set(msg, "Thread", _thread);
122 free(_thread);
  /src/sys/dev/dm/
dm_target_delay.c 80 static void _thread(void*);
209 if (kthread_create(PRI_NONE, 0, NULL, _thread, di, NULL,
464 _thread(void *arg) function

Completed in 17 milliseconds