Home
last modified time | relevance | path

Searched refs:tnum (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/symlinkat/
H A Dsymlinkat01.c176 int tnum = rand(), vnum = ~tnum; in mysymlinkat_test() local
179 SAFE_WRITE(cleanup, SAFE_WRITE_ALL, fd, &tnum, in mysymlinkat_test()
180 sizeof(tnum)); in mysymlinkat_test()
187 if (tnum == vnum) in mysymlinkat_test()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise11.c115 static int allocate_offline(int tnum) in allocate_offline() argument
126 ptrs[num_alloc] = allocate_write((tnum << NUM_PAGES_OFFSET) | num_alloc); in allocate_offline()
140 if (verif_unmap(ptrs[i], (tnum << NUM_PAGES_OFFSET) | i) != 0) in allocate_offline()
146 tst_res(TINFO, "Thread [%d]: Test runtime is over, exiting", tnum); in allocate_offline()
157 int tnum = (int)(uintptr_t)threadnum; in alloc_mem() local
162 err = allocate_offline(tnum); in alloc_mem()
164 "Thread [%d] returned %d, %s.", tnum, err, (err ? "failed" : "succeeded")); in alloc_mem()
/third_party/musl/libc-test/src/functional/
H A Dtls_local_exec.c14 static int tnum; variable
18 t_error("[thread %d]: "#c" failed"fmt".\n", tnum, __VA_ARGS__); \
29 tnum++; in check()
/third_party/ltp/testcases/kernel/syscalls/linkat/
H A Dlinkat01.c243 int tnum = rand(), vnum = ~tnum; in mylinkat_test() local
246 SAFE_WRITE(cleanup, SAFE_WRITE_ALL, fd, &tnum, in mylinkat_test()
247 sizeof(tnum)); in mylinkat_test()
255 if (tnum == vnum) in mylinkat_test()
/third_party/ltp/lib/
H A Dtst_res.c107 static void tst_condense(int tnum, int ttype, const char *tmesg);
108 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg);
223 static void tst_condense(int tnum, int ttype, const char *tmesg) in tst_condense() argument
251 Last_num = tnum; in tst_condense()
277 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg) in tst_print() argument
312 "%-8s %4d ", tcid, tnum); in tst_print()
315 "%-8s %4d ", tcid, tnum); in tst_print()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c104 int *tnum; member
262 *(dt->tnum) += 1; in waiter()
305 int tnum; in do_threads_test() local
314 td.tnum = &tnum; in do_threads_test()
393 tnum = 0; in do_threads_test()
444 while (tnum < nthreads) { in do_threads_test()
466 tnum); in do_threads_test()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DFeatureTag.java146 tnum("Tabular Figures"), enum constant
/third_party/sqlite/src/
H A Dsqlite3.c17758 Pgno tnum; /* Root BTree page for this table */ member
18080 ** of this structure may be created. In this case the Index.tnum variable is
18097 Pgno tnum; /* DB Page containing root of this index */ member
121213 Pgno tnum; /* Root page of index */ global() local
128840 Pgno tnum = pOp->p2; global() local
210851 int tnum = pIter->iPkTnum; /* Root page of PK index */ global() local
210925 int tnum = pIter->iTnum; global() local
211134 const int tnum = pIter->iTnum; global() local
[all...]
H A Dshell.c23083 int tnum = 0; in do_meta_command() local
23117 tnum = sqlite3_column_int(pStmt, 0); in do_meta_command()
23147 if( i==0 || tnum==0 ){ in do_meta_command()
23158 rc = sqlite3_test_control(SQLITE_TESTCTRL_IMPOSTER, p->db, "main", 1, tnum); in do_meta_command()

Completed in 170 milliseconds