Home
last modified time | relevance | path

Searched +defs:thread +defs:s (Results 1 – 25 of 60) sorted by relevance

123

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DSocketHandlerTest.java170 ServerThread thread = new ServerThread(); in testConstructor_NoProperties() local
204 ServerThread thread = new ServerThread(); in testConstructor_NoBasicProperties() local
241 ServerThread thread = new ServerThread(); in testConstructor_ValidProperties() local
285 ServerThread thread = new ServerThread(); in testConstructor_InvalidBasicProperties() local
420 ServerThread thread = new ServerThread(); in testClose_SufficientPrivilege_NormalClose() local
448 ServerThread thread = new ServerThread(); in testClose_SufficientPrivilege_DirectClose() local
473 ServerThread thread = new ServerThread(); in testPublish_NoFilter() local
512 ServerThread thread = new ServerThread(); in testPublish_WithFilter() local
542 ServerThread thread = new ServerThread(); in testPublish_Null() local
569 ServerThread thread = new ServerThread(); in testPublish_EmptyMsg() local
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dcompat.py23 def u(s): argument
26 def b(s): argument
47 def u(s): argument
50 def b(s): argument
89 import _thread as thread namespace
95 import _dummy_thread as thread namespace
97 import dummy_thread as thread namespace
/external/fio/t/
Dread-to-pipe-async.c66 pthread_t thread; member
72 struct stats s; member
73 struct thread_data thread; member
82 struct stats s; member
83 struct thread_data thread; member
97 pthread_t thread; member
103 uint64_t utime_since(const struct timeval *s, const struct timeval *e) in utime_since()
200 static void add_lat(struct stats *s, unsigned int us, const char *name) in add_lat()
221 struct timeval s, e; in write_work() local
233 static void thread_exiting(struct thread_data *thread) in thread_exiting()
[all …]
Ddedupe.c33 pthread_t thread; member
248 unsigned int s; in insert_chunks() local
278 static int do_work(struct worker_thread *thread, void *buf) in do_work()
313 struct worker_thread *thread = data; in thread_fn() local
/external/strace/tests-mx32/
Dfilter-unavailable.c39 thread(void *arg) in thread() function
71 int i, s; in main() local
Dcount-f.c44 thread(void *arg) in thread() function
93 int s; in main() local
/external/strace/tests/
Dfilter-unavailable.c39 thread(void *arg) in thread() function
71 int i, s; in main() local
Dcount-f.c44 thread(void *arg) in thread() function
93 int s; in main() local
/external/strace/tests-m32/
Dfilter-unavailable.c39 thread(void *arg) in thread() function
71 int i, s; in main() local
Dcount-f.c44 thread(void *arg) in thread() function
93 int s; in main() local
/external/adhd/cras/src/server/
Daudio_thread.c172 static int audio_thread_send_response(struct audio_thread *thread, int rc) in audio_thread_send_response()
187 static int audio_thread_read_command(struct audio_thread *thread, in audio_thread_read_command()
228 static int append_stream(struct audio_thread *thread, in append_stream()
323 static int thread_add_open_dev(struct audio_thread *thread, in thread_add_open_dev()
364 static void thread_rm_open_adev(struct audio_thread *thread, in thread_rm_open_adev()
391 static int thread_rm_open_dev(struct audio_thread *thread, in thread_rm_open_dev()
404 static int thread_dev_start_ramp(struct audio_thread *thread, in thread_dev_start_ramp()
418 static int thread_find_stream(struct audio_thread *thread, in thread_find_stream()
422 struct dev_stream *s; in thread_find_stream() local
436 static int thread_remove_stream(struct audio_thread *thread, in thread_remove_stream()
[all …]
/external/autotest/client/tests/tsc/src/
Dchecktsc.c72 int parse_cpu_set(const char *s, cpu_set_t *cpus) in parse_cpu_set()
135 static void inline set_state(state_t *s, int v) in set_state()
140 static void inline wait_for_state(state_t *s, int v) in wait_for_state()
280 pthread_t thread; in check_tsc() local
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp178 void CProgressSync::Set_Status(const UString &s) in Set_Status()
184 HRESULT CProgressSync::Set_Status2(const UString &s, const wchar_t *path, bool isDir) in Set_Status2()
217 UString s; in AddError_Message_Name() local
233 UString s = NError::MyFormatMessage(systemError); in AddError_Code_Name() local
278 void CProgressDialog::AddToTitle(LPCWSTR s) in AddToTitle()
308 static void ReduceString(UString &s, unsigned size) in ReduceString()
583 void GetTimeString(UInt64 timeValue, wchar_t *s) in GetTimeString()
604 static void ConvertSizeToString(UInt64 v, wchar_t *s) in ConvertSizeToString()
625 wchar_t s[40]; in ShowSize() local
736 wchar_t s[40]; in UpdateStatInfo() local
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java522 void assertThreadStaysAlive(Thread thread) { in assertThreadStaysAlive()
529 void assertThreadStaysAlive(Thread thread, long millis) { in assertThreadStaysAlive()
726 void waitForThreadToEnterWaitState(Thread thread, long timeoutMillis) { in waitForThreadToEnterWaitState()
729 Thread.State s = thread.getState(); in waitForThreadToEnterWaitState() local
748 void waitForThreadToEnterWaitState(Thread thread) { in waitForThreadToEnterWaitState()
/external/libevent/test/
Dtest-changelist.c56 HANDLE thread; member
93 ev_int64_t s, e, diff; in filetime_diff() local
/external/gemmlowp/profiling/
Dprofiler.h309 inline void RecordStack(ThreadInfo* thread, ProfilingStack* dst) { in RecordStack()
335 ProfilingStack s; in ProfilerThreadFunc() local
/external/python/cpython3/Lib/logging/
Dconfig.py37 import _thread as thread namespace
40 thread = None variable
274 def valid_ident(s): argument
370 def resolve(self, s): argument
/external/linux-kselftest/tools/testing/selftests/x86/
Dfsgsbase.c372 pthread_t thread; in main() local
406 for (unsigned short s = 0; s < 5; s++) { in main() local
/external/webrtc/webrtc/base/
Dmacasyncsocket.cc92 void MacAsyncSocket::OnResolveResult(SignalThread* thread) { in OnResolveResult()
242 MacAsyncSocket* s = new MacAsyncSocket(ss_, saddr.ss_family, socket_fd); in Accept() local
402 void MacAsyncSocket::MacAsyncSocketCallBack(CFSocketRef s, in MacAsyncSocketCallBack()
/external/fio/
Dgettime.c232 struct timeval s, e; in get_cycles_per_usec() local
382 uint64_t utime_since(const struct timeval *s, const struct timeval *e) in utime_since()
402 uint64_t utime_since_now(const struct timeval *s) in utime_since_now()
416 uint64_t mtime_since(const struct timeval *s, const struct timeval *e) in mtime_since()
435 uint64_t mtime_since_now(const struct timeval *s) in mtime_since_now()
449 uint64_t time_since_now(const struct timeval *s) in time_since_now()
467 pthread_t thread; member
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc89 #define ASAN_READ_STRING_OF_LEN(ctx, s, len, n) \ argument
93 #define ASAN_READ_STRING(ctx, s, n) \ argument
113 static inline uptr MaybeRealStrnlen(const char *s, uptr maxlen) { in MaybeRealStrnlen()
179 #define COMMON_INTERCEPTOR_SET_PTHREAD_NAME(ctx, thread, name) \ argument
209 #define COMMON_SYSCALL_PRE_READ_RANGE(p, s) ASAN_READ_RANGE(nullptr, p, s) argument
210 #define COMMON_SYSCALL_PRE_WRITE_RANGE(p, s) ASAN_WRITE_RANGE(nullptr, p, s) argument
211 #define COMMON_SYSCALL_POST_READ_RANGE(p, s) \ argument
216 #define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) \ argument
239 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR()
553 INTERCEPTOR(char*, strdup, const char *s) { in INTERCEPTOR()
[all …]
/external/oj-libjdwp/src/share/back/
DdebugInit.c131 static BackendGlobalData s; in get_gdata() local
521 cbEarlyVMInit(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread) in cbEarlyVMInit()
565 jthread thread, jmethodID method, jlocation location, in cbEarlyException()
754 initialize(JNIEnv *env, jthread thread, EventIndex triggering_ei) in initialize()
/external/google-breakpad/src/processor/
Dsynth_minidump_unittest.cc170 google_breakpad::SynthMinidump::Thread thread( in TEST() local
239 String s(dump, "All mimsy were the borogoves"); in TEST() local
251 String s(dump, "and the mome wraths outgrabe"); in TEST() local
/external/python/cpython2/Lib/logging/
Dconfig.py44 thread = None variable
108 def _encoded(s): argument
278 def valid_ident(s): argument
380 def resolve(self, s): argument
/external/python/cpython3/Lib/idlelib/
Drun.py7 import _thread as thread namespace
340 def write(self, s): argument

123