Home
last modified time | relevance | path

Searched refs:threadid (Results 1 – 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/mem/mtest07/
Dshm_test.c87 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/
DSDL_systhread.c140 unsigned threadid = 0; local
144 pThreadParms, flags, &threadid));
146 DWORD threadid = 0; local
149 pThreadParms, flags, &threadid);
/third_party/openssl/crypto/
Dmem_dbg.c50 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/
Dminimal-ws-server.c92 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/
Dminimal-http-server-smp.c57 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/
Dgstbufferstress.c34 gint threadid = GPOINTER_TO_INT (user_data); in run_test() local
54 GST_TIME_ARGS ((end - start) / nbbuffers), threadid); in run_test()
Dgstpollstress.c113 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/
Dminimal-ws-server.c90 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/
Dminimal-http-server-eventlib-smp.c55 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/
DNV_shader_thread_group.txt381 <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/
DNV_shader_thread_group.txt381 <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/
DSDL_thread_c.h56 SDL_threadID threadid; member
DSDL_thread.c277 thread->threadid = SDL_ThreadID(); in SDL_RunThread()
442 id = thread->threadid; in SDL_GetThreadID()
/third_party/python/Python/
Dthread_pthread.h331 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/
DSDL_sysaudio.h179 SDL_threadID threadid; member
DSDL_audio.c239 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/
Ddlmalloc_2_8_6.c1914 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/
DUPDATING424 threadid corresponding to a given record. This changes the field offsets
/third_party/sqlite/src/
Dsqlite3.c34657 #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/
DChangeLog64958 dtls: Set openssl's threadid the 1.0.x way