HomeSort by: relevance | last modified time | path
    Searched refs:pthread_self (Results 1 - 25 of 31) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
threadSafety.c 60 if(pthread_equal(pthread_self(), tid))
65 threadSafetyID(pthread_self()), threadSafetyID(tid),
darwin.h 85 #define DEBUG_LOG(msg, args...) if (debug_log_fp) fprintf(debug_log_fp, "%s:%s:%s:%d " msg, threadSafetyID(pthread_self()), __FILE__, __FUNCTION__, __LINE__, ##args ); fflush(debug_log_fp);
quartzStartup.c 87 APPKIT_THREAD_ID = pthread_self();
  /xsrc/external/mit/MesaLib/dist/src/util/
u_thread.h 133 int ret = pthread_setname_np(pthread_self(), name);
139 pthread_setname_np(pthread_self(), buf);
142 pthread_set_name_np(pthread_self(), name);
144 pthread_setname_np(pthread_self(), "%s", (void *)name);
195 pthread_setaffinity_np(pthread_self(), cpuset_size(cpuset), cpuset);
238 return util_set_thread_affinity(pthread_self(), mask, old_mask,
277 return util_thread_get_time_nano(pthread_self());
291 return pthread_equal(pthread_self(), thread);
  /xsrc/external/mit/MesaLib/dist/src/glx/apple/
apple_glx_log.c 77 thread = (uint64_t)(uintptr_t)pthread_self();
82 thread = (uint64_t)(uintptr_t)pthread_self();
apple_glx.c 70 updated = apple_glx_context_surface_changed(uid, pthread_self());
apple_glx_context.c 154 ac->thread_id = pthread_self();
443 ac->thread_id = pthread_self();
  /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
apple_glx_log.c 81 thread = (uint64_t)(uintptr_t)pthread_self();
86 thread = (uint64_t)(uintptr_t)pthread_self();
apple_glx.c 70 updated = apple_glx_context_surface_changed(uid, pthread_self());
apple_glx_context.c 154 ac->thread_id = pthread_self();
444 ac->thread_id = pthread_self();
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
nine_debug.c 77 tid = (unsigned long)pthread_self();
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
nine_debug.c 79 tid = pthread_self();
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_threads.c 168 threads[0].thread = pthread_self();
178 assert(pthread_self() == threads[0].thread);
192 pthread_t t = pthread_self();
220 assert(pthread_self() == threads[0].thread);
244 assert(pthread_self() == threads[0].thread);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_threads.c 168 threads[0].thread = pthread_self();
178 assert(pthread_self() == threads[0].thread);
192 pthread_t t = pthread_self();
220 assert(pthread_self() == threads[0].thread);
244 assert(pthread_self() == threads[0].thread);
  /xsrc/external/mit/MesaLib.old/dist/src/util/
u_thread.h 67 pthread_setname_np(pthread_self(), name);
155 return pthread_equal(pthread_self(), thread);
u_queue.c 273 pthread_setaffinity_np(pthread_self(), cpuset_size(cpuset), cpuset);
282 pthread_setaffinity_np(pthread_self(), sizeof(cpuset), &cpuset);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/os/
os_thread.h 169 return u_thread_get_time_nano(pthread_self());
  /xsrc/external/mit/xorg-server/dist/os/
inputthread.c 97 pthread_equal(pthread_self(), inputThreadInfo->thread);
326 pthread_setname_np (pthread_self(), "InputThread");
447 pthread_setname_np (pthread_self(), "MainThread");
  /xsrc/external/mit/xorg-server.old/dist/glx/
glthread.c 78 return (unsigned long) pthread_self();
  /xsrc/external/mit/MesaLib/dist/include/c11/
threads_posix.h 300 return pthread_self();
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
os.cpp 110 pthread_setname_np(pthread_self(), pThreadName);
  /xsrc/external/mit/MesaLib.old/dist/include/c11/
threads_posix.h 300 return pthread_self();
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
os.cpp 110 pthread_setname_np(pthread_self(), pThreadName);
  /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
wsi_common_display.c 1277 wsi_display_debug("%9ld done waiting for event %d\n", pthread_self(), ret);
1493 pthread_self(), fence->sequence,
1503 pthread_self(), fence->sequence);
1510 pthread_self(), fence->sequence);
1519 pthread_self(), fence->sequence);
1526 pthread_self(),
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
wsi_common_display.c 1231 wsi_display_debug("%9ld done waiting for event %d\n", pthread_self(), ret);
1447 pthread_self(), fence->sequence,
1457 pthread_self(), fence->sequence);
1464 pthread_self(), fence->sequence);
1473 pthread_self(), fence->sequence);
1480 pthread_self(),

Completed in 24 milliseconds

1 2