Home
last modified time | relevance | path

Searched refs:threadid (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/mem/mtest07/
H A 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/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H A 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/
H A 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/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H A 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/
H A 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/python/Python/
H A Dthread_pthread.h324 volatile pthread_t threadid; in PyThread_get_thread_ident() local
327 threadid = pthread_self(); in PyThread_get_thread_ident()
328 return (unsigned long) threadid; in PyThread_get_thread_ident()
/third_party/sqlite/src/
H A Dsqlite3.c37094 #define threadid global() macro
37096 #define threadid global() macro
[all...]

Completed in 126 milliseconds