/third_party/ltp/testcases/kernel/mem/mtest07/ |
D | shm_test.c | 87 pthread_t threadid; member 330 (&chld_args[i].threadid, NULL, shmat_rd_wr, &chld_args[i])) { in main() 338 (&chld_args[i + 1].threadid, NULL, shmat_rd_wr, &chld_args[i + 1])) { in main() 347 if (pthread_join(chld_args[i].threadid, &th_status) != 0) { in main() 355 (long)chld_args[i].threadid); in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/windows/ |
D | SDL_systhread.c | 140 unsigned threadid = 0; local 144 pThreadParms, flags, &threadid)); 146 DWORD threadid = 0; local 149 pThreadParms, flags, &threadid);
|
/third_party/openssl/crypto/ |
D | mem_dbg.c | 50 CRYPTO_THREAD_ID threadid; member 69 CRYPTO_THREAD_ID threadid; member 281 ami->threadid = CRYPTO_THREAD_get_current_id(); in CRYPTO_mem_debug_push() 350 m->threadid = CRYPTO_THREAD_get_current_id(); in CRYPTO_mem_debug_malloc() 492 tid.tid = m->threadid; in print_leak() 514 ti = amip->threadid; in print_leak() 526 tid.tid = amip->threadid; in print_leak() 552 while (amip && CRYPTO_THREAD_compare_id(amip->threadid, ti)); in print_leak()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/ |
D | minimal-ws-server.c | 92 void *thread_service(void *threadid) in thread_service() argument 106 (int)(lws_intptr_t)threadid) >= 0 && in thread_service() 110 lwsl_info("%s: thr %d: exiting\n", __func__, (int)(lws_intptr_t)threadid); in thread_service()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/ |
D | minimal-http-server-smp.c | 57 void *thread_service(void *threadid) in thread_service() argument 60 (int)(lws_intptr_t)threadid) >= 0 && in thread_service()
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | gstbufferstress.c | 34 gint threadid = GPOINTER_TO_INT (user_data); in run_test() local 54 GST_TIME_ARGS ((end - start) / nbbuffers), threadid); in run_test()
|
D | gstpollstress.c | 113 run_test (void *threadid) in run_test() argument 115 gint id = GPOINTER_TO_INT (threadid); in run_test()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
D | minimal-ws-server.c | 90 void *thread_service(void *threadid) in thread_service() argument 93 (int)(lws_intptr_t)threadid) >= 0 && in thread_service()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-smp/ |
D | minimal-http-server-eventlib-smp.c | 55 void *thread_service(void *threadid) in thread_service() argument 58 (int)(lws_intptr_t)threadid) >= 0 && in thread_service()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_shader_thread_group.txt | 381 <attribBasic> ::= <fragPrefix> "threadid" 394 <attribBasic> ::= <vtxPrefix> "threadid" 406 <attribBasic> ::= <primPrefix> "threadid" 424 fragment.threadid (id,-,-,-) id of the current thread 435 If a fragment attribute binding matches "fragment.threadid", the "x" 485 vertex.threadid (id,-,-,-) id of the current thread 495 If a vertex attribute binding matches "vertex.threadid", the "x" component 534 primitive.threadid (id,-,-,-) id of the current thread 544 If a geometry attribute binding matches "primitive.threadid", the "x" 640 may use the "fragment.threadid", "fragment.threadeqmask", [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_shader_thread_group.txt | 381 <attribBasic> ::= <fragPrefix> "threadid" 394 <attribBasic> ::= <vtxPrefix> "threadid" 406 <attribBasic> ::= <primPrefix> "threadid" 424 fragment.threadid (id,-,-,-) id of the current thread 435 If a fragment attribute binding matches "fragment.threadid", the "x" 485 vertex.threadid (id,-,-,-) id of the current thread 495 If a vertex attribute binding matches "vertex.threadid", the "x" component 534 primitive.threadid (id,-,-,-) id of the current thread 544 If a geometry attribute binding matches "primitive.threadid", the "x" 640 may use the "fragment.threadid", "fragment.threadeqmask", [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/ |
D | SDL_thread_c.h | 56 SDL_threadID threadid; member
|
D | SDL_thread.c | 277 thread->threadid = SDL_ThreadID(); in SDL_RunThread() 442 id = thread->threadid; in SDL_GetThreadID()
|
/third_party/python/Python/ |
D | thread_pthread.h | 331 volatile pthread_t threadid; in PyThread_get_thread_ident() local 334 threadid = pthread_self(); in PyThread_get_thread_ident() 335 return (unsigned long) threadid; in PyThread_get_thread_ident()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/ |
D | SDL_sysaudio.h | 179 SDL_threadID threadid; member
|
D | SDL_audio.c | 239 if (device->thread && (SDL_ThreadID() == device->threadid)) { in is_in_audio_device_thread() 730 device->threadid = SDL_ThreadID(); in SDL_RunAudio() 811 device->threadid = SDL_ThreadID(); in SDL_CaptureAudio()
|
/third_party/boost/libs/container/src/ |
D | dlmalloc_2_8_6.c | 1914 THREAD_ID_T threadid; member 1933 lk->threadid = mythreadid; in recursive_acquire_lock() 1938 else if (EQ_OWNER(lk->threadid, mythreadid)) { in recursive_acquire_lock() 1952 lk->threadid = mythreadid; in recursive_try_lock() 1957 else if (EQ_OWNER(lk->threadid, mythreadid)) { in recursive_try_lock() 1967 #define INITIAL_LOCK(lk) ((lk)->threadid = (THREAD_ID_T)0, (lk)->sl = 0, (lk)->c = 0)
|
/third_party/FreeBSD/ |
D | UPDATING | 424 threadid corresponding to a given record. This changes the field offsets
|
/third_party/sqlite/src/ |
D | sqlite3.c | 34657 #define threadid pthread_self() 34659 #define threadid 0 35139 threadid, fd, zOpName, zType, (int)p->l_start, (int)p->l_len,
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 64958 dtls: Set openssl's threadid the 1.0.x way
|